We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ba0909 commit 8216e70Copy full SHA for 8216e70
.github/workflows/main.yml
@@ -32,7 +32,7 @@ jobs:
32
php artisan key:generate
33
34
- name: Migrate tests
35
- run: bin/migrate-tests.sh
+ run: bin/php artisan migrate:fresh -f
36
37
- name: Run Testsuite
38
run: vendor/bin/phpunit tests/
0 commit comments