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/21 09:47:56 UTC

[incubator-ponymail-unit-tests] branch master updated: 0.11 has no tag yet

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 6e3d723  0.11 has no tag yet
6e3d723 is described below

commit 6e3d723db619fa57da27358c553fc1e853fe6474
Author: Sebb <se...@apache.org>
AuthorDate: Fri Aug 21 10:47:45 2020 +0100

    0.11 has no tag yet
---
 .github/workflows/unittest.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index b640bb5..64953fc 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -1,5 +1,5 @@
 name: Test corpus against versions
-# start wit 0.11 only
+# start wit 0.10 only
 
 #on: [push,workflow_dispatch]
 on: workflow_dispatch
@@ -19,8 +19,8 @@ jobs:
     - uses: actions/checkout@master
       with:
         repository: apache/incubator-ponymail
-        path: ponymail-0.11
-        ref: refs/tags/0.11
+        path: ponymail-0.10
+        ref: refs/tags/0.10
     - name: Set up Python ${{ matrix.python-version }}
       uses: actions/setup-python@v1
       with:
@@ -31,4 +31,4 @@ jobs:
         pip install -r requirements.txt
     - name: Test with Ponymail Unit tests
       run: |
-        python runall.py --root ponymail-0.11
+        python runall.py --root ponymail-0.10