Skip to content

Commit ca59c00

Browse files
authored
ci: skip vscode:prepublish #3536
Problem: `vscode:prepublish` takes 2 minutes in each job, but this is unnecessary. It's already tested by the `packageTestVsix.yml` CI job (`npm run package`). Solution: Drop `vscode:prepublish` in all CI jobs except `packageTestVsix.yml`.
1 parent e201d6e commit ca59c00

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/node.js.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ jobs:
2727
with:
2828
node-version: ${{ matrix.node-version }}
2929
- run: npm ci
30-
- run: npm run vscode:prepublish
3130
- name: Tests
3231
uses: coactions/setup-xvfb@v1
3332
with:
@@ -70,7 +69,6 @@ jobs:
7069
with:
7170
node-version: ${{ matrix.node-version }}
7271
- run: npm ci
73-
- run: npm run vscode:prepublish
7472
- name: Tests
7573
run: npm test
7674
- name: Code coverage

0 commit comments

Comments
 (0)