Skip to content

Commit

Permalink
Remove the mocha unhandled (#123)
Browse files Browse the repository at this point in the history
* Remove the mocha unhandled

* Update main.yml
  • Loading branch information
eiriksm authored Dec 31, 2023
1 parent a342b95 commit da0670b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@ jobs:
if: matrix.node == 14
- run: npm run coverage
if: matrix.node == 14
env:
CI_ACCESS_KEY_ID: ${{ secrets.CI_ACCESS_KEY_ID }}
CI_SECRET_KEY: ${{ secrets.CI_SECRET_KEY }}
CI_AWS_REGION: ${{ secrets.CI_AWS_REGION }}
- name: Coveralls
if: matrix.node == 14
uses: coverallsapp/github-action@master
Expand Down
1 change: 0 additions & 1 deletion test/mocha.opts
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
--require ts-node/register
--require src/mocha-unhandled
--require source-map-support/register
--recursive
--no-timeouts
Expand Down

0 comments on commit da0670b

Please sign in to comment.