Update Phpunit Command in main.yml

This commit is contained in:
oleibman
2024-06-01 17:50:22 -07:00
parent 9b239ebdb0
commit 6be8be8c1b
+1 -1
View File
@@ -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