Skip to content

Commit 7f0a663

Browse files
committed
update tests for github actions — wip
1 parent 987d268 commit 7f0a663

1 file changed

Lines changed: 7 additions & 1 deletion

File tree

.github/workflows/tests.yml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
env:
8484
HTTP_HOST: 127.0.0.1
8585

86-
- name: Run tests
86+
- name: Discover tests
8787
working-directory: vendor/typerocket/core
8888
run: |
8989
pwd
@@ -92,6 +92,12 @@ jobs:
9292
find tests -name '*Test.php' -print | sort
9393
vendor/bin/phpunit --configuration phpunit.xml --list-test-files
9494
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: |
95101
vendor/bin/phpunit --configuration phpunit.xml --debug --display-errors --display-warnings --display-deprecations --fail-on-empty-test-suite
96102
env:
97103
HTTP_HOST: 127.0.0.1

0 commit comments

Comments
 (0)