Skip to content
This repository was archived by the owner on Jun 27, 2024. It is now read-only.

Commit 9b9fed0

Browse files
committed
Update php.yml
1 parent b60d2f6 commit 9b9fed0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
composer update --${{ matrix.dependency-version }} --prefer-dist --no-interaction --no-suggest
6161
npm run production
6262
touch database/database.sqlite
63-
php artisan migrate:fresh
63+
php artisan migrate:fresh --seed
6464
php artisan dusk:chrome-driver `/opt/google/chrome/chrome --version | cut -d " " -f3 | cut -d "." -f1`
6565
6666
- name: Start Chrome Driver

0 commit comments

Comments
 (0)