Skip to content

Commit

Permalink
laravel.yml update
Browse files Browse the repository at this point in the history
  • Loading branch information
ouegy committed Nov 29, 2024
1 parent 2dc51d0 commit 58d8ec7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/laravel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ jobs:
- uses: actions/checkout@v2
- name: Copy .env
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
- name: Update Composer
run: composer update
- name: Install Dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Generate key
Expand Down

0 comments on commit 58d8ec7

Please sign in to comment.