Skip to content

Commit

Permalink
make sure Actions fail if the tests fail
Browse files Browse the repository at this point in the history
  • Loading branch information
baszoetekouw committed Nov 21, 2024
1 parent ec44f07 commit d471d5e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/run-cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
continue-on-error: true
strategy:
matrix:
php: [php72]
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/test-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
build:
runs-on: ubuntu-latest
timeout-minutes: 30
continue-on-error: true
strategy:
matrix:
# php82 is ready to run alongside the 72, but is not enabled now as the code is not 82 compatible yet
Expand Down

0 comments on commit d471d5e

Please sign in to comment.