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 2021/12/21 15:13:36 UTC

[incubator-ponymail-foal] branch master updated: Set up archiver.yaml

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-foal.git


The following commit(s) were added to refs/heads/master by this push:
     new 592c801  Set up archiver.yaml
592c801 is described below

commit 592c8010f21e477f87d418d1c81d9c69ff33e130
Author: Sebb <se...@apache.org>
AuthorDate: Tue Dec 21 15:13:27 2021 +0000

    Set up archiver.yaml
---
 .github/workflows/unittest.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 8ab6356..e7c3ccb 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -38,6 +38,7 @@ jobs:
     - name: Test with pytest
       run: |
         pip install pytest
+        cp tools/archiver.yaml.example tools/archiver.yaml
         python -m pytest test/test_*.py
     - name: Test with Ponymail Unit tests
       run: |