Skip to content

Commit 95d0c7a

Browse files
authored
chore: Remove install script in GitHub Actions (#3020)
This script is actually not needed for our testing purpose. This was initially in #2910 added, since we call `--ignore-scripts` before, which doesn't call the `postinstall` script (so it was mainly added to keep the same functionality as before). This line actually also caused issues for our release process - that should be fixed now
1 parent 76d20c8 commit 95d0c7a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/test_node.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ jobs:
102102
name: artifact-build
103103
path: js
104104

105-
- name: Install CLI
106-
run: npm run install-cli
107-
108105
# older node versions need an older nft
109106
- run: SENTRYCLI_SKIP_DOWNLOAD=1 npm install @vercel/[email protected]
110107
if: matrix.node-version == '10.x' || matrix.node-version == '12.x'

0 commit comments

Comments
 (0)