Skip to content

Commit 49b5c00

Browse files
committed
Fixes
1 parent 0011f56 commit 49b5c00

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,9 @@ jobs:
1414
with:
1515
node-version: 12.x
1616
- run: npm install
17+
- run: xvfb-run -a npm test
1718
- name: Publish
19+
if: success()
1820
run: npm run deploy
1921
env:
2022
VSCE_PAT: ${{ secrets.VSCE_PAT }}

0 commit comments

Comments
 (0)