Skip to content

Commit 550faca

Browse files
fix: ci test script
1 parent 73fc53d commit 550faca

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,14 +27,6 @@ jobs:
2727
run: |
2828
npm install
2929
30-
- name: Lint
31-
run: |
32-
npm run lint
33-
3430
- name: Test
3531
run: |
36-
npm test:unit
37-
38-
- name: Type Definitions
39-
run: |
40-
npm run test:typescript
32+
npm run test

0 commit comments

Comments
 (0)