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

commit fec25af8b88596a48987b222f9e2eb6e059b25f3
Author: Sebb <[email protected]>
AuthorDate: Mon Jan 1 23:57:30 2024 +0000

    Run all tests
---
 .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 6eb10512..da194aa5 100644
--- a/.github/workflows/unittestagenda.yml
+++ b/.github/workflows/unittestagenda.yml
@@ -63,7 +63,8 @@ jobs:
     - name: test agenda code
       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 RSPEC_OPTS='--pattern=secret*.rb' 
|| echo "action_state=failed" >> $GITHUB_ENV
+        SKIP_NAVIGATION=1 bundle exec rake || echo "action_state=failed" >> 
$GITHUB_ENV
       continue-on-error: true
     - name: Run Summary
       run: |

Reply via email to