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/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new 594607bc See if it is audit that causes the failure
594607bc is described below

commit 594607bc00a9d8724aeabb924c3452de071a17e2
Author: Sebb <[email protected]>
AuthorDate: Wed May 29 23:57:25 2024 +0100

    See if it is audit that causes the failure
---
 .github/workflows/unittestagenda.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/unittestagenda.yml 
b/.github/workflows/unittestagenda.yml
index 5037017e..fd336fd8 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -14,6 +14,7 @@ permissions:  # added using 
https://github.com/step-security/secure-workflows
 jobs:
   test:
     strategy:
+      max-parallel: 1 # Run sequentially
       fail-fast: true
       matrix:
         os: [ubuntu-20.04, macos-latest]
@@ -68,7 +69,7 @@ jobs:
       run: |
         cd www/board/agenda
         # SKIP_NAVIGATION=1 bundle exec rake RSPEC_OPTS='--pattern=secret*.rb' 
|| echo "action_state=failed" >> $GITHUB_ENV
-        SKIP_NAVIGATION=1 bundle exec rake || echo "action_state=failed" >> 
$GITHUB_ENV
+        SKIP_AUDIT=1 SKIP_NAVIGATION=1 bundle exec rake || echo 
"action_state=failed" >> $GITHUB_ENV
       continue-on-error: true
     - name: Run Summary
       run: |

Reply via email to