diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index dac061b..50f69e0 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -60,8 +60,8 @@ jobs: composer install -q --no-ansi --no-interaction --no-scripts --no-suggest --no-progress --prefer-dist - name: Execute Integration and Feature tests via PHPUnit - run: vendor/bin/phpunit --configuration phpunit.xml.dist --testsuite Integration,Feature + run: vendor/bin/phpunit --configuration phpunit.xml --testsuite Integration,Feature - name: Execute Nova tests via PHPUnit if: github.event_name != 'pull_request' - run: vendor/bin/phpunit --configuration phpunit.xml.dist --testsuite Nova + run: vendor/bin/phpunit --configuration phpunit.xml --testsuite Nova