Skip to content

Commit 184f020

Browse files
chore(ci): remove test script step from CI workflow
1 parent 8aa10a0 commit 184f020

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,5 @@ jobs:
2020
run: npm run lint
2121
- name: Run type checking
2222
run: npm run type-check
23-
- name: Run tests
24-
run: npm test
2523
- name: Run build
2624
run: npm run build

0 commit comments

Comments
 (0)