Skip to content

Commit be3b495

Browse files
authored
Merge pull request #290 from jrfnl/ghactions-fail-on-failing-test
GH Actions: fail the build if a test run fails
2 parents d708b18 + 63aa020 commit be3b495

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ jobs:
5454
name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
5555
runs-on: ${{ matrix.operating-system }}
5656
strategy:
57+
fail-fast: false
5758
matrix:
5859
operating-system:
5960
- ubuntu-latest
@@ -110,7 +111,6 @@ jobs:
110111
composer-options: --optimize-autoloader
111112

112113
- name: Run PHPUnit
113-
continue-on-error: true
114114
run: php tools/phpunit
115115

116116
codestyle:

0 commit comments

Comments
 (0)