Skip to content

Commit

Permalink
try installation workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
sethsandaru committed Mar 13, 2024
1 parent ac4c4f3 commit 4f12b29
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/try-installation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,6 @@ jobs:
if: success()
run: |
sudo service mysql start
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
echo "$LOCAL_ENV" > .env
php artisan migrate
composer require shipsaas/laravel-resource-reducer

0 comments on commit 4f12b29

Please sign in to comment.