Skip to content

Commit

Permalink
fix: ci test script
Browse files Browse the repository at this point in the history
  • Loading branch information
ivan-tymoshenko committed Oct 20, 2023
1 parent 73fc53d commit 550faca
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,14 +27,6 @@ jobs:
run: |
npm install
- name: Lint
run: |
npm run lint
- name: Test
run: |
npm test:unit
- name: Type Definitions
run: |
npm run test:typescript
npm run test

0 comments on commit 550faca

Please sign in to comment.