Skip to content

Commit 12d0563

Browse files
authored
Update laravel.yml
1 parent 221d3e6 commit 12d0563

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
30+
run: vendor/bin/phpunit phpunit.xml.dist

0 commit comments

Comments
 (0)