Skip to content

Commit

Permalink
Add missing test step
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Jun 23, 2024
1 parent 7dfbf9a commit d2eb9f1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/node-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ jobs:
- name: Run npm audit
run: npm audit

- name: Run npm test
run: npm test

- name: Send Coverage
uses: codecov/codecov-action@v4
with:
Expand Down

0 comments on commit d2eb9f1

Please sign in to comment.