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 00157f5 commit 1fd3ba9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ jobs:
cd ./T-Caps
composer install --optimize-autoloader --no-dev
npm install
cp ../.env .env
cd ..
cp .env T-Caps/.env
cd ./T-Caps
php artisan key:generate
php artisan migrate
php artisan config:cache
Expand Down

0 comments on commit 1fd3ba9

Please sign in to comment.