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:14:29 UTC

[incubator-ponymail] branch master updated: Need basic config file

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 f35520f  Need basic config file
f35520f is described below

commit f35520f303c93e85e153e23f9d6d6ef6bfef6c43
Author: Sebb <se...@apache.org>
AuthorDate: Thu Aug 20 17:14:20 2020 +0100

    Need basic config file
---
 .github/workflows/pythonpackage.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/pythonpackage.yml b/.github/workflows/pythonpackage.yml
index 77aafed..ec3a0f6 100644
--- a/.github/workflows/pythonpackage.yml
+++ b/.github/workflows/pythonpackage.yml
@@ -34,5 +34,6 @@ jobs:
 #        pytest
     - name: Test with Ponymail Unit tests
       run: |
+        cp tools/ponymail.cfg.sample tools/ponymail.cfg
         cd pmtests
         python runall.py --root ..