Skip to content

Commit e11adaa

Browse files
ci(end-to-end test): Disable fail-fast strategy for github actions matrix jobs
1 parent 7150f2d commit e11adaa

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/end-to-end-test-suite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ on:
1010
jobs:
1111
end-to-end-test-suite:
1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
wp-version: [ 4.9, 5.7 ]
1516
php-version: [ 7.2, 7.4 ]

0 commit comments

Comments
 (0)