From e9141aa6f040184c7d6e7546a31e2be6661838a6 Mon Sep 17 00:00:00 2001 From: Jean Brito Date: Mon, 19 Aug 2024 17:24:07 -0300 Subject: [PATCH] yarn install --inline-builds --- .github/workflows/pull-request-build.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.github/workflows/pull-request-build.yml b/.github/workflows/pull-request-build.yml index 3c69ef8f7..bd54ccf5e 100644 --- a/.github/workflows/pull-request-build.yml +++ b/.github/workflows/pull-request-build.yml @@ -42,9 +42,7 @@ jobs: key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }} - name: Install package dependencies - run: yarn install - env: - YARN_LOG_LEVEL: verbose + run: yarn install --inline-builds - name: Lint run: yarn lint