Merge pull request #290 from jrfnl/ghactions-fail-on-failing-test

GH Actions: fail the build if a test run fails
This commit is contained in:
Jaap van Otterdijk
2021-09-17 15:23:58 +02:00
committed by GitHub
+1 -1
View File
@@ -54,6 +54,7 @@ jobs:
name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
runs-on: ${{ matrix.operating-system }}
strategy:
fail-fast: false
matrix:
operating-system:
- ubuntu-latest
@@ -110,7 +111,6 @@ jobs:
composer-options: --optimize-autoloader
- name: Run PHPUnit
continue-on-error: true
run: php tools/phpunit
codestyle: