From afd91c38a7685333485310cc6633c912a9218094 Mon Sep 17 00:00:00 2001 From: gabriel Date: Mon, 3 Jun 2024 23:00:59 -0300 Subject: [PATCH] fix: adiciona fallback na pipe --- .github/workflows/pipeline.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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