Skip to content

Commit d0420da

Browse files
authored
Update laravel.yml
1 parent 2d5df4b commit d0420da

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/laravel.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@ jobs:
1818
- uses: actions/checkout@v4
1919
- name: Copy .env
2020
run: php -r "file_exists('.env') || copy('.env.example', '.env');"
21+
- name: Update Dependencies
22+
run: composer update
2123
- name: Install Dependencies
2224
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
2325
- name: Generate key

0 commit comments

Comments
 (0)