Skip to content

Commit 6be8be8

Browse files
committed
Update Phpunit Command in main.yml
1 parent 9b239eb commit 6be8be8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- name: "Run PHPUnit tests (Experimental: ${{ matrix.experimental }})"
6262
env:
6363
FAILURE_ACTION: "${{ matrix.experimental == true }}"
64-
run: vendor/bin/phpunit --verbose || $FAILURE_ACTION
64+
run: vendor/bin/phpunit --display-incomplete --display-skipped --display-deprecations --display-errors --display-notices --display-warnings || $FAILURE_ACTION
6565

6666
phpdoc-types:
6767
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)