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 0049893  Add Generator test
0049893 is described below

commit 0049893c3fc1184a65ba879e3e54e1ce45e432a6
Author: Sebb <[email protected]>
AuthorDate: Thu Oct 7 13:42:12 2021 +0100

    Add Generator test
---
 .github/workflows/pythonpackage.yml | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/.github/workflows/pythonpackage.yml 
b/.github/workflows/pythonpackage.yml
index db320b0..c8c1678 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -41,3 +41,7 @@ jobs:
         sed -e 's/# cropout:/cropout:/' tools/ponymail.cfg.sample 
>tools/ponymail.cfg
         cd pmtests
         python runall.py --root ..
+    - name: Generator tests
+      run: |
+        cd test
+        python generatortest.py generatortest.yaml

Reply via email to