Skip to content

Commit

Permalink
Merge pull request #4365 from greg0ire/fail-fast
Browse files Browse the repository at this point in the history
Fail on extension / tool installation failure
  • Loading branch information
greg0ire committed Oct 21, 2020
2 parents 1b303ba + bb3082c commit 9350d2a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,9 @@ on:
schedule:
- cron: "42 3 * * *"

env:
fail-fast: true

jobs:
phpunit-smoke-check:
name: "PHPUnit with SQLite"
Expand Down

0 comments on commit 9350d2a

Please sign in to comment.