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


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

commit d84d9a72001bd3a39e8ce321d21091f01849743a
Author: Sebb <[email protected]>
AuthorDate: Thu Aug 20 16:50:56 2020 +0100

    Try to run unit tests
---
 .github/workflows/pythonpackage.yml | 14 +++++++++++---
 1 file changed, 11 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/pythonpackage.yml 
b/.github/workflows/pythonpackage.yml
index cdd224e..50b751f 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -16,6 +16,10 @@ jobs:
 
     steps:
     - uses: actions/checkout@master
+    - uses: actions/checkout@master   
+      with:
+        name: apache/incubator-ponymail-unit-tests
+        path: pmtests
     - name: Set up Python ${{ matrix.python-version }}
       uses: actions/setup-python@v1
       with:
@@ -24,7 +28,11 @@ jobs:
       run: |
         python -m pip install --upgrade pip
         pip install -r requirements.txt
-    - name: Test with pytest
+#    - name: Test with pytest
+#      run: |
+#        pip install pytest
+#        pytest
+    - name: Test with Ponymail Unit tests
       run: |
-        pip install pytest
-        pytest
+        cd pmtests
+        ./runall --root ..

Reply via email to