Skip to content

Commit

Permalink
Set "fail-fast" option to false for debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
svenluijten committed Jan 7, 2024
1 parent f6ed2cb commit 998d4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
run-tests:
runs-on: ${{ matrix.os }}
strategy:
fail-fast: true
fail-fast: false
matrix:
os: [ubuntu-latest, windows-latest]
php: [8.2, 8.3]
Expand Down

0 comments on commit 998d4fa

Please sign in to comment.