Skip to content

Commit 8216e70

Browse files
committed
Fix Migrate Tests in CI
1 parent 0ba0909 commit 8216e70

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
php artisan key:generate
3333
3434
- name: Migrate tests
35-
run: bin/migrate-tests.sh
35+
run: bin/php artisan migrate:fresh -f
3636

3737
- name: Run Testsuite
3838
run: vendor/bin/phpunit tests/

0 commit comments

Comments
 (0)