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:52:53 UTC

[incubator-ponymail-unit-tests] branch master updated: Need CD

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 298c1a9  Need CD
298c1a9 is described below

commit 298c1a9c68d9d695bc818c189111d4d82e0fe83d
Author: Sebb <se...@apache.org>
AuthorDate: Fri Aug 21 10:52:21 2020 +0100

    Need CD
---
 .github/workflows/unittest.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index c0dd972..689413e 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -31,5 +31,7 @@ jobs:
         pip install -r requirements.txt
     - name: Test with Ponymail Unit tests
       run: |
+        cd ponymail-0.10
         sed -e 's/# cropout:/cropout:/' tools/ponymail.cfg.sample >tools/ponymail.cfg
+        cd ..
         python runall.py --root ponymail-0.10