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 225a29d Tidy up
225a29d is described below
commit 225a29d01c5f83564d4d59c67e6d4e90f3204a2d
Author: Sebb <[email protected]>
AuthorDate: Tue Nov 30 17:58:58 2021 +0000
Tidy up
---
.github/workflows/unittest.yml | 8 ++------
1 file changed, 2 insertions(+), 6 deletions(-)
diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 8fde74f..5623d89 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@master
with:
- fetch-depth: 0
+ fetch-depth: 0 # need all versions to be able to access server tree
commit logs
persist-credentials: false
- uses: actions/checkout@master
with:
@@ -33,11 +33,7 @@ jobs:
pip install html2text # optional dependency, but needed for tests
- name: Check server version
run: |
- cd server
- git log -1 --pretty='%ct %h' endpoints
- git log -1 --pretty='%ct %h' plugins
- git log -1 --pretty='%ct %h' main.py
- ./update_version.sh
+ server/update_version.sh
- name: Test with pytest
run: |
pip install pytest