diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index f688fa1..378522d 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -23,8 +23,7 @@ jobs: continue-on-error: true - name: Fallback to Composer Update if Install Fails if: failure() - run: composer update -q --no-ansi --no-interaction --no-progress --prefer-dist - run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist + run: composer update -q --no-ansi --no-interaction --no-progress --prefer-dist && composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist - name: Generate key run: php artisan key:generate - name: Directory Permissions