We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b239eb commit 6be8be8Copy full SHA for 6be8be8
.github/workflows/main.yml
@@ -61,7 +61,7 @@ jobs:
61
- name: "Run PHPUnit tests (Experimental: ${{ matrix.experimental }})"
62
env:
63
FAILURE_ACTION: "${{ matrix.experimental == true }}"
64
- 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
65
66
phpdoc-types:
67
runs-on: ubuntu-latest
0 commit comments