mirror of
https://github.com/PHPOffice/PhpSpreadsheet.git
synced 2026-08-31 12:40:00 +00:00
Update Phpunit Command in main.yml
This commit is contained in:
@@ -61,7 +61,7 @@ jobs:
|
||||
- name: "Run PHPUnit tests (Experimental: ${{ matrix.experimental }})"
|
||||
env:
|
||||
FAILURE_ACTION: "${{ matrix.experimental == true }}"
|
||||
run: vendor/bin/phpunit --verbose || $FAILURE_ACTION
|
||||
run: vendor/bin/phpunit --display-incomplete --display-skipped --display-deprecations --display-errors --display-notices --display-warnings || $FAILURE_ACTION
|
||||
|
||||
phpdoc-types:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
Reference in New Issue
Block a user