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 11:03:04 UTC

[incubator-ponymail-unit-tests] branch master updated: Add foal

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 97c1e60  Add foal
97c1e60 is described below

commit 97c1e609616c07c100c2eb75de9d75349d7d44aa
Author: Sebb <se...@apache.org>
AuthorDate: Fri Aug 21 12:02:48 2020 +0100

    Add foal
---
 .github/workflows/unittest.yml | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 5782b0a..d1f3d3a 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -29,6 +29,10 @@ jobs:
       with:
         repository: apache/incubator-ponymail
         path: ponymail
+    - uses: actions/checkout@master
+      with:
+        repository: apache/incubator-ponymail-foal
+        path: ponymail-foal
     - name: Set up Python ${{ matrix.python-version }}
       uses: actions/setup-python@v1
       with:
@@ -51,3 +55,7 @@ jobs:
         sed -e 's/# cropout:/cropout:/' tools/ponymail.cfg.sample >tools/ponymail.cfg
         cd ..
         python runall.py --root ponymail
+        cd ponymail-foal
+        sed -e 's/# cropout:/cropout:/' tools/ponymail.yaml.example >tools/ponymail.yaml
+        cd ..
+        python runall.py --root ponymail-foal