From 8d8e99119b42c58f4984288cee601a1b155eddb6 Mon Sep 17 00:00:00 2001 From: danilo neves cruz Date: Wed, 5 Jun 2024 16:22:48 -0300 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20github:=20fix=20protocol=20insta?= =?UTF-8?q?ll?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/deploy.yaml | 3 ++- .github/workflows/test.yaml | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index fc1aeb2..1a1cd05 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -14,7 +14,8 @@ jobs: node-version: 20 cache: npm - - run: npm install + - run: npm install --ignore-scripts + - run: npm run postinstall - run: npm test - run: curl https://raw.githubusercontent.com/Tenderly/tenderly-cli/master/scripts/install-linux.sh | bash diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 3db26dd..c8101cf 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -13,5 +13,6 @@ jobs: node-version: 20 cache: npm - - run: npm install + - run: npm install --ignore-scripts + - run: npm run postinstall - run: npm test