We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49bcc5a commit 5933b33Copy full SHA for 5933b33
.github/workflows/laravel.yml
@@ -60,8 +60,8 @@ jobs:
60
composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
61
62
- name: Execute Integration and Feature tests via PHPUnit
63
- run: vendor/bin/phpunit --configuration phpunit.xml.dist --testsuite Integration,Feature
+ run: vendor/bin/phpunit --configuration phpunit.xml --testsuite Integration,Feature
64
65
- name: Execute Nova tests via PHPUnit
66
if: github.event_name != 'pull_request'
67
- run: vendor/bin/phpunit --configuration phpunit.xml.dist --testsuite Nova
+ run: vendor/bin/phpunit --configuration phpunit.xml --testsuite Nova
0 commit comments