Skip to content

Commit e6d2bb7

Browse files
committed
ci - test fix
1 parent 1b11842 commit e6d2bb7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
uses: actions/setup-node@v3
2828

2929
- name: Compile
30-
run: npm install && npm run test
30+
run: npm install && npm run test:unit
3131

3232
publish:
3333
needs: [ compile, test ]

0 commit comments

Comments
 (0)