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 7c3ff11 Try to debug test fail
7c3ff11 is described below
commit 7c3ff118065615694c546b60343a4f87e7b8d602
Author: Sebb <[email protected]>
AuthorDate: Tue Nov 30 17:39:28 2021 +0000
Try to debug test fail
---
.github/workflows/unittest.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 6082de5..5504017 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -32,6 +32,9 @@ jobs:
pip install html2text # optional dependency, but needed for tests
- name: Check server version
run: |
+ git log -1 --pretty='%ct %h' -- endpoints
+ git log -1 --pretty='%ct %h' -- plugins
+ git log -1 --pretty='%ct %h' -- main.py
server/update_version.sh
- name: Test with pytest
run: |