Skip to content

Commit

Permalink
Update laravel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
berkanumutlu committed Sep 11, 2024
1 parent 9e45289 commit 6e10784
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
- name: Clear Composer Cache
run: composer clear-cache
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist -d project
- name: Install Dependencies
run: npm install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist -d project
- name: Generate key if not exists
run: |
if ! grep -q "APP_KEY=" project/.env; then
Expand Down

0 comments on commit 6e10784

Please sign in to comment.