Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EddyNadd committed Oct 24, 2024
1 parent 1fd3ba9 commit b3c8141
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,8 @@ jobs:
cd ./T-Caps
composer install --optimize-autoloader --no-dev
npm install
cd ..
cp .env T-Caps/.env
cd ./T-Caps
php artisan key:generate
cp ../.env .env
php artisan key:generate --force
php artisan migrate
php artisan config:cache
php artisan route:cache
Expand Down

0 comments on commit b3c8141

Please sign in to comment.