Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit 5933b33

Browse files
WIP
1 parent 49bcc5a commit 5933b33

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎.github/workflows/laravel.yml‎

Lines changed: 2 additions & 2 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /