mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 01:57:13 +00:00
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:
@@ -54,6 +54,7 @@ jobs:
|
|||||||
name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
|
name: Unit tests for PHP version ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
|
||||||
runs-on: ${{ matrix.operating-system }}
|
runs-on: ${{ matrix.operating-system }}
|
||||||
strategy:
|
strategy:
|
||||||
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
operating-system:
|
operating-system:
|
||||||
- ubuntu-latest
|
- ubuntu-latest
|
||||||
@@ -110,7 +111,6 @@ jobs:
|
|||||||
composer-options: --optimize-autoloader
|
composer-options: --optimize-autoloader
|
||||||
|
|
||||||
- name: Run PHPUnit
|
- name: Run PHPUnit
|
||||||
continue-on-error: true
|
|
||||||
run: php tools/phpunit
|
run: php tools/phpunit
|
||||||
|
|
||||||
codestyle:
|
codestyle:
|
||||||
|
|||||||
Reference in New Issue
Block a user