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 b178992 Need config file
b178992 is described below
commit b17899235647aa31d53a2b8b1fed9ffd7146bb79
Author: Sebb <[email protected]>
AuthorDate: Fri Aug 21 10:50:43 2020 +0100
Need config file
---
.github/workflows/unittest.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 64953fc..c0dd972 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -31,4 +31,5 @@ jobs:
pip install -r requirements.txt
- name: Test with Ponymail Unit tests
run: |
+ sed -e 's/# cropout:/cropout:/' tools/ponymail.cfg.sample
>tools/ponymail.cfg
python runall.py --root ponymail-0.10