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 a593d2e Also check JS version
a593d2e is described below
commit a593d2eda9ea6bdafd5b3b8ca4554d233ed3165b
Author: Sebb <[email protected]>
AuthorDate: Tue Nov 30 23:37:44 2021 +0000
Also check JS version
---
.github/workflows/unittest.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 5623d89..bebcbec 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -31,8 +31,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
+ - name: Check versions
run: |
+ webui/js/source/build.sh
server/update_version.sh
- name: Test with pytest
run: |