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 8518338  Wrong dir
8518338 is described below

commit 851833808cc387ce07f980da6f085fa06b9befc8
Author: Sebb <[email protected]>
AuthorDate: Tue Nov 30 17:43:26 2021 +0000

    Wrong dir
---
 .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 5504017..11ff8a5 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -32,10 +32,11 @@ 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
-        server/update_version.sh
+        update_version.sh
     - name: Test with pytest
       run: |
         pip install pytest

Reply via email to