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/20 16:01:09 UTC

[incubator-ponymail] branch master updated: Typo

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 8b7a45f  Typo
8b7a45f is described below

commit 8b7a45f2d1c00faf21ae25e6606da373fdb1964d
Author: Sebb <se...@apache.org>
AuthorDate: Thu Aug 20 17:01:02 2020 +0100

    Typo
---
 .github/workflows/pythonpackage.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index 81d25c2..77aafed 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -35,4 +35,4 @@ jobs:
     - name: Test with Ponymail Unit tests
       run: |
         cd pmtests
-        ./runall --root ..
+        python runall.py --root ..