Skip to content

Commit 5933b33

Browse files
authored
WIP
1 parent 49bcc5a commit 5933b33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/laravel.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ jobs:
6060
composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist
6161
6262
- name: Execute Integration and Feature tests via PHPUnit
63-
run: vendor/bin/phpunit --configuration phpunit.xml.dist --testsuite Integration,Feature
63+
run: vendor/bin/phpunit --configuration phpunit.xml --testsuite Integration,Feature
6464

6565
- name: Execute Nova tests via PHPUnit
6666
if: github.event_name != 'pull_request'
67-
run: vendor/bin/phpunit --configuration phpunit.xml.dist --testsuite Nova
67+
run: vendor/bin/phpunit --configuration phpunit.xml --testsuite Nova

0 commit comments

Comments
 (0)