Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
khashashin committed May 26, 2024
1 parent fe40eb6 commit c1b6c96
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,9 @@ jobs:
node-version: '18'

- name: Install dependencies
run: npm install -g jest typescript ts-jest
run: |
npm install -g jest typescript
npm install --save-dev ts-jest @types/jest
- name: Run tests
run: jest --coverage
Expand Down

0 comments on commit c1b6c96

Please sign in to comment.