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