Skip to content

Commit

Permalink
Don't use fail-fase in CI
Browse files Browse the repository at this point in the history
We want to see test failures in whole matrix, so we don't focus on fixing one test failure, only so we have to fix another one after that
  • Loading branch information
ostrolucky committed Dec 21, 2020
1 parent 7984003 commit 173973c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ on:
branches:
- "*.x"

env:
fail-fast: true

jobs:
phpunit:
name: "PHPUnit"
Expand All @@ -21,6 +18,7 @@ jobs:
SYMFONY_DEPRECATIONS_HELPER: ${{matrix.symfony-deprecations-helper}}

strategy:
fail-fast: false
matrix:
php-version:
- "7.1"
Expand Down

0 comments on commit 173973c

Please sign in to comment.