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 768785c Keep trying
768785c is described below
commit 768785ca5c5181d401e870f84495662dd1ac174d
Author: Sebb <[email protected]>
AuthorDate: Tue Nov 30 17:45:05 2021 +0000
Keep trying
---
.github/workflows/unittest.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index 11ff8a5..b41ad86 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -36,7 +36,7 @@ jobs:
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
+ ./update_version.sh
- name: Test with pytest
run: |
pip install pytest