Skip to content

Commit

Permalink
Run all tests
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Jan 1, 2024
1 parent 04cae7e commit fec25af
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/unittestagenda.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit fec25af

Please sign in to comment.