You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2022/02/03 23:18:12 UTC

[incubator-ponymail-foal] branch master updated: Now trigger for all server changes

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 5164e27  Now trigger for all server changes
5164e27 is described below

commit 5164e270bbd755348031275f4a317fb5cf7e9b81
Author: Sebb <se...@apache.org>
AuthorDate: Thu Feb 3 23:18:01 2022 +0000

    Now trigger for all server changes
---
 .github/workflows/integration-tests.yml | 20 ++++++++++++++++++--
 1 file changed, 18 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml
index 8a4a50a..97c8e25 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -1,12 +1,28 @@
-name: Integration Tests
+# Licensed to the Apache Software Foundation (ASF) under one
+# or more contributor license agreements.  See the NOTICE file
+# distributed with this work for additional information
+# regarding copyright ownership.  The ASF licenses this file
+# to you under the Apache License, Version 2.0 (the
+# "License"); you may not use this file except in compliance
+# with the License.  You may obtain a copy of the License at
+#
+#   http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing,
+# software distributed under the License is distributed on an
+# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+# KIND, either express or implied.  See the License for the
+# specific language governing permissions and limitations
+# under the License.
 
-# TODO: add some useful tests
+name: Integration Tests
 
 on:
   push:
     paths:
       - '**/integration-tests.yml'
       - 'test/itest*'
+      - 'server/**'
 
   workflow_dispatch: