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 12d0563 commit 348bf37Copy full SHA for 348bf37
.github/workflows/laravel.yml
@@ -27,4 +27,4 @@ jobs:
27
composer config "http-basic.nova.laravel.com" "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_PASSWORD }}"
28
composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
29
- name: Execute tests (Unit and Feature tests) via PHPUnit
30
- run: vendor/bin/phpunit phpunit.xml.dist
+ run: vendor/bin/phpunit --configuration phpunit.xml.dist
0 commit comments