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-unit-tests.git


The following commit(s) were added to refs/heads/master by this push:
     new 94edb07  Try to ensure all tests run
94edb07 is described below

commit 94edb07239fc89ffd3ef739063d01b9ad796d078
Author: Sebb <[email protected]>
AuthorDate: Tue Jun 1 22:05:39 2021 +0100

    Try to ensure all tests run
---
 .github/workflows/unittest.yml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 6fe2524..e77ad50 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -48,6 +48,7 @@ jobs:
       run: |
         PYTHONHASHSEED=0 python runall.py --root ponymail-0.11
     - name: Ponymail init
+      if: always()
       run: |
         cd ponymail
         sed -e 's/# cropout:/cropout:/' tools/ponymail.cfg.sample 
>tools/ponymail.cfg
@@ -55,6 +56,7 @@ jobs:
       run: |
         python runall.py --root ponymail
     - name: Foal init
+      if: always()
       run: |
         cd ponymail-foal
         sed -e 's/# cropout:/cropout:/' tools/ponymail.yaml.example 
>tools/ponymail.yaml
@@ -62,6 +64,7 @@ jobs:
       run: |
         python runall.py --root ponymail-foal
     - name: Ponymail 0.10 init
+      if: always()
       run: |
         cd ponymail-0.10
         sed -e 's/#cropout:.*/cropout:                
(\\w+\\.\\w+)\\.incubator\\.apache\\.org \\1.apache.org/' 
tools/ponymail.cfg.sample >tools/ponymail.cfg

Reply via email to