From 58d8ec70bd515ecbe9caba1ca1059583cc516eb0 Mon Sep 17 00:00:00 2001 From: ouegy Date: Fri, 29 Nov 2024 13:03:12 +1000 Subject: [PATCH] laravel.yml update --- .github/workflows/laravel.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/laravel.yml b/.github/workflows/laravel.yml index e5dd1db06..0bccbc1cc 100644 --- a/.github/workflows/laravel.yml +++ b/.github/workflows/laravel.yml @@ -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