Skip to content

Commit 9350d2a

Browse files
authored
Merge pull request #4365 from greg0ire/fail-fast
Fail on extension / tool installation failure
2 parents 1b303ba + bb3082c commit 9350d2a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ on:
1313
schedule:
1414
- cron: "42 3 * * *"
1515

16+
env:
17+
fail-fast: true
18+
1619
jobs:
1720
phpunit-smoke-check:
1821
name: "PHPUnit with SQLite"

0 commit comments

Comments
 (0)