Skip to content

Commit 53b7bac

Browse files
committed
Disallow "fail-fast" on CI
1 parent 1092878 commit 53b7bac

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,15 @@ on:
2525
- cron: "42 3 * * *"
2626

2727
env:
28-
fail-fast: true
28+
fail-fast: false
2929

3030
jobs:
3131
phpunit-smoke-check:
3232
name: "PHPUnit with SQLite"
3333
runs-on: "${{ matrix.os }}"
3434

3535
strategy:
36+
fail-fast: false
3637
matrix:
3738
os:
3839
- "ubuntu-22.04"

0 commit comments

Comments
 (0)