Skip to content

Commit 32e65c0

Browse files
committed
Always run all tests
1 parent d35349b commit 32e65c0

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
if: github.actor != 'dependabot[bot]'
2929

3030
strategy:
31+
fail-fast: false
3132
matrix:
3233
php:
3334
- "8.1"

.github/workflows/tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ jobs:
2828
if: github.actor != 'dependabot[bot]'
2929

3030
strategy:
31+
fail-fast: false
3132
matrix:
3233
php:
3334
- "8.1"

0 commit comments

Comments
 (0)