Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mikebronner authored Mar 2, 2024
1 parent 49bcc5a commit 5933b33
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 5933b33

Please sign in to comment.