From bdb0ab3979e2cfb87bdab8c8ba67ac94b01558dc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hu=C3=A1ng=20J=C3=B9nli=C3=A0ng?= Date: Sun, 16 Aug 2020 14:53:55 -0400 Subject: [PATCH] chore: disable post install scripts in yarn-cache validate --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 635f824dcdb0..518d32501d64 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,6 +22,8 @@ jobs: ${{ runner.os }}-yarn- - name: Update Yarn cache if: steps.yarn-cache.outputs.cache-hit != 'true' + env: + YARN_ENABLE_SCRIPTS: false # disable post-install scripts run: | yarn install --immutable