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 3178686  Needs separate step; add current version
3178686 is described below

commit 31786867fa84d8e0089e5182ae88af3227bedb90
Author: Sebb <[email protected]>
AuthorDate: Fri Aug 21 11:55:13 2020 +0100

    Needs separate step; add current version
---
 .github/workflows/unittest.yml | 10 +++++++++-
 1 file changed, 9 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index dcc3e7c..8407a12 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -1,5 +1,4 @@
 name: Test corpus against versions
-# start wit 0.10 only
 
 #on: [push,workflow_dispatch]
 on: workflow_dispatch
@@ -21,10 +20,15 @@ jobs:
         repository: apache/incubator-ponymail
         path: ponymail-0.10
         ref: refs/tags/0.10
+    - uses: actions/checkout@master
       with:
         repository: apache/incubator-ponymail
         path: ponymail-0.11
         ref: refs/tags/0.11
+    - uses: actions/checkout@master
+      with:
+        repository: apache/incubator-ponymail
+        path: ponymail
     - name: Set up Python ${{ matrix.python-version }}
       uses: actions/setup-python@v1
       with:
@@ -43,3 +47,7 @@ jobs:
         sed -e 's/#c ropout:/cropout:' tools/ponymail.cfg.sample 
>tools/ponymail.cfg
         cd ..
         python runall.py --root ponymail-0.11
+        cd ponymail
+        sed -e 's/#c ropout:/cropout:' tools/ponymail.cfg.sample 
>tools/ponymail.cfg
+        cd ..
+        python runall.py --root ponymail

Reply via email to