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 ab5b8ba  Check versions last
ab5b8ba is described below

commit ab5b8bafe1e058ff379ea56d4ed29d19fe906d35
Author: Sebb <s...@apache.org>
AuthorDate: Sun Feb 23 10:59:19 2025 +0000

    Check versions last
---
 .github/workflows/unittest.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.github/workflows/unittest.yml b/.github/workflows/unittest.yml
index d48827c..e2894a7 100644
--- a/.github/workflows/unittest.yml
+++ b/.github/workflows/unittest.yml
@@ -44,10 +44,6 @@ jobs:
         # This only affects the appearance of the message body, so does not 
matter for compatibility
         pip install html2text==2020.1.16 # optional dependency, but needed for 
tests
         pip list
-    - name: Check versions
-      run: |
-        webui/js/source/build.sh
-        server/update_version.sh
     - name: Test with pytest
       run: |
         cp tools/archiver.yaml.example tools/archiver.yaml
@@ -57,3 +53,7 @@ jobs:
         sed -e '/incubator/s/# cropout:/cropout:/' tools/archiver.yaml.example 
>tools/archiver.yaml
         cd pmtests
         python runall.py --root ..
+    - name: Check versions
+      run: |
+        webui/js/source/build.sh
+        server/update_version.sh

Reply via email to