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 2021/06/01 21:10:40 UTC

[incubator-ponymail-unit-tests] branch master updated: Need more protection

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 749ba70  Need more protection
749ba70 is described below

commit 749ba7073040ce1761107ea9e60a82618c34a785
Author: Sebb <se...@apache.org>
AuthorDate: Tue Jun 1 22:10:25 2021 +0100

    Need more protection
---
 .github/workflows/unittest.yml | 3 +++
 1 file changed, 3 insertions(+)

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