Skip to content

Commit

Permalink
👷 github: fix protocol install
Browse files Browse the repository at this point in the history
  • Loading branch information
cruzdanilo committed Jun 5, 2024
1 parent a54c373 commit 8d8e991
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 8d8e991

Please sign in to comment.