Skip to content

Commit 2d57d97

Browse files
authored
Set fail-fast strategy to false in test workflow (#2998)
1 parent db46970 commit 2d57d97

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

templates/project/.github/workflows/test.yaml.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ jobs:
3737

3838
{% endif %}
3939
strategy:
40+
fail-fast: false
4041
matrix:
4142
php-version:
4243
{% for phpVersion in branch.phpVersions %}

tests/Command/Dispatcher/DispatchFilesCommandTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -136,6 +136,7 @@ public static function provideTestFileRenderingCases(): iterable
136136
SYMFONY_REQUIRE: ${{matrix.symfony-require}}
137137
138138
strategy:
139+
fail-fast: false
139140
matrix:
140141
php-version:
141142
- '7.3'

0 commit comments

Comments
 (0)