Skip to content

Commit ca00899

Browse files
committed
ci: adjust release workflow
1 parent 4aafb83 commit ca00899

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ jobs:
2020
node-version: "14"
2121
- name: Install dependencies
2222
run: npm install --no-optional
23+
- name: Run tests
24+
run: npm test
2325
- name: Package vsce
2426
run: npm run package
2527
- name: Release

0 commit comments

Comments
 (0)