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 987d268 commit 7f0a663Copy full SHA for 7f0a663
1 file changed
.github/workflows/tests.yml
@@ -83,7 +83,7 @@ jobs:
83
env:
84
HTTP_HOST: 127.0.0.1
85
86
- - name: Run tests
+ - name: Discover tests
87
working-directory: vendor/typerocket/core
88
run: |
89
pwd
@@ -92,6 +92,12 @@ jobs:
92
find tests -name '*Test.php' -print | sort
93
vendor/bin/phpunit --configuration phpunit.xml --list-test-files
94
vendor/bin/phpunit --configuration phpunit.xml --list-tests
95
+ env:
96
+ HTTP_HOST: 127.0.0.1
97
+
98
+ - name: Run tests
99
+ working-directory: vendor/typerocket/core
100
+ run: |
101
vendor/bin/phpunit --configuration phpunit.xml --debug --display-errors --display-warnings --display-deprecations --fail-on-empty-test-suite
102
103
0 commit comments