Skip to content

Commit 85ad14b

Browse files
committed
Fixed try installation action
1 parent a409895 commit 85ad14b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/try-installation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ jobs:
3131
composer require shipsaas/laravel-priority-queue
3232
php artisan vendor:publish --tag=priority-queue-migrations
3333
echo "$LOCAL_ENV" > .env
34-
php artisan migrate
34+
php artisan migrate --force

0 commit comments

Comments
 (0)