Skip to content

Commit

Permalink
chore: add mocha test script
Browse files Browse the repository at this point in the history
  • Loading branch information
mairess committed Apr 23, 2024
1 parent d56fe75 commit 50f8ba7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- run: ls -al
- run: npm ci
- run: npm run build --if-present
- run: npm run test:coverage
- run: npm run test:mocha

- name: Upload coverage reports to Codecov
uses: codecov/[email protected]
Expand Down

0 comments on commit 50f8ba7

Please sign in to comment.