Skip to content

Commit dbe5dcf

Browse files
committed
ci: use test on CI
1 parent 3d77646 commit dbe5dcf

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
- name: Build
3636
run: pnpm i && pnpm build
3737

38-
- name: Check Version
39-
run: node lib/index.js -v
38+
- name: Test
39+
run: pnpm test

0 commit comments

Comments
 (0)