Skip to content

Commit 348bf37

Browse files
authored
Update laravel.yml
1 parent 12d0563 commit 348bf37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/laravel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
composer config "http-basic.nova.laravel.com" "${{ secrets.NOVA_USERNAME }}" "${{ secrets.NOVA_PASSWORD }}"
2828
composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
2929
- name: Execute tests (Unit and Feature tests) via PHPUnit
30-
run: vendor/bin/phpunit phpunit.xml.dist
30+
run: vendor/bin/phpunit --configuration phpunit.xml.dist

0 commit comments

Comments
 (0)