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 5cbf515 Check server version
5cbf515 is described below
commit 5cbf5150e7f954a3929ddf063b434e5af3e9f4dd
Author: Sebb <[email protected]>
AuthorDate: Tue Nov 30 17:29:57 2021 +0000
Check server version
---
.github/workflows/unittest.yml | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 6b80c1e..6082de5 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -30,6 +30,9 @@ jobs:
python -m pip install --upgrade pip
pip install -r tools/requirements.txt
pip install html2text # optional dependency, but needed for tests
+ - name: Check server version
+ run: |
+ server/update_version.sh
- name: Test with pytest
run: |
pip install pytest