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 2020/08/22 23:41:41 UTC

[incubator-ponymail-unit-tests] branch master updated: Separate tests

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 694f669  Separate tests
694f669 is described below

commit 694f66972141adf221bdb098d225ea49bd1d46c5
Author: Sebb <se...@apache.org>
AuthorDate: Sun Aug 23 00:41:28 2020 +0100

    Separate tests
---
 .github/workflows/unittest.yml | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 782604b..df01503 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -40,20 +40,26 @@ jobs:
       run: |
         python -m pip install --upgrade pip
         pip install -r requirements.txt
-    - name: Test with Ponymail Unit tests
+    - name: Ponymail 0.10
       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
         cd ..
         python runall.py --root ponymail-0.10
+    - name: Ponymail 0.11
+      run: |
         cd ponymail-0.11
         sed -e 's/# cropout:/cropout:/' tools/ponymail.cfg.sample >tools/ponymail.cfg
         cd ..
         python runall.py --root ponymail-0.11
+    - name: Ponymail current
+      run: |
         cd ponymail
         sed -e 's/# cropout:/cropout:/' tools/ponymail.cfg.sample >tools/ponymail.cfg
         cd ..
         python runall.py --root ponymail
+    - name: Ponymail Foal
+      run: |
         cd ponymail-foal
         sed -e 's/# cropout:/cropout:/' tools/ponymail.yaml.example >tools/ponymail.yaml
         cd ..