Skip to content

Commit

Permalink
Change startup script for db tests
Browse files Browse the repository at this point in the history
  • Loading branch information
turbo124 committed Jan 19, 2025
1 parent 991db9e commit 1abf656
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
- name: Migrate Database
run: |
php artisan migrate:fresh --seed --force && php artisan db:seed --force
php artisan migrate:fresh && php artisan db:seed
- name: Run Testsuite
run: |
Expand Down

0 comments on commit 1abf656

Please sign in to comment.