Skip to content

Commit

Permalink
Fixed try installation action
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsandaru committed Mar 13, 2024
1 parent 85ad14b commit 5871fef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/try-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
mysql -uroot -proot -e "CREATE DATABASE priority_queue;"
composer create-project laravel/laravel:${{ matrix.version }} laravel
cd laravel
composer require shipsaas/laravel-priority-queue
php artisan vendor:publish --tag=priority-queue-migrations
composer require shipsaas/laravel-inbox-process
php artisan vendor:publish --tag=laravel-inbox-process
echo "$LOCAL_ENV" > .env
php artisan migrate --force

0 comments on commit 5871fef

Please sign in to comment.