Skip to content

Commit edabe1c

Browse files
authored
test: Packaging smoke test (#4)
Added packaging smoke test. This test fails e.g. for bugs like in #3.
1 parent 37fb966 commit edabe1c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@ jobs:
2121
run: npm ci
2222
- name: Run lint
2323
run: npm run lint
24-
- name: Run tests
24+
- name: Run unit tests
2525
run: npm run test
26+
- name: Run packaging smoke test
27+
run: npx @vscode/vsce package

0 commit comments

Comments
 (0)