Skip to content

Commit 98dd3fd

Browse files
committed
use unit-test instead of test in CI
1 parent 4f25184 commit 98dd3fd

File tree

2 files changed

+4232
-1
lines changed

2 files changed

+4232
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
run_install: true
2121

2222
- name: Run tests
23-
run: pnpm test
23+
run: pnpm unit-tests
2424

2525
- name: Build extension
2626
run: pnpm run vscode:prepublish

0 commit comments

Comments
 (0)