Skip to content

Commit

Permalink
fix of ci
Browse files Browse the repository at this point in the history
  • Loading branch information
krutoo committed Mar 5, 2024
1 parent ccd51e5 commit 464ef43
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/npm-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,15 @@ jobs:
run: |
npm run type-check
- name: Test
- name: Unit tests
run: |
node --require ts-node/register --test src/**/*.test.ts
npm run test
- name: Package tests
working-directory: ./tests
run: |
npm run preparing
npm run test
- name: Build
run: |
Expand Down

0 comments on commit 464ef43

Please sign in to comment.