Skip to content

Commit

Permalink
Allow mocha to run on every platform
Browse files Browse the repository at this point in the history
  • Loading branch information
thamara committed Oct 17, 2022
1 parent 08ea941 commit d8b1127
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/Checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,11 +40,9 @@ jobs:
- name: ' Tests - Mocha'
run: npm run test:mocha
shell: bash
if: matrix.os == 'ubuntu-latest'
- name: ' Copy mocha results'
run: |
cp coverage_jest/coverage-final.json COV_REPORT/coverage-final-mocha.json
if: matrix.os == 'ubuntu-latest'
- name: ' CodeCov'
uses: codecov/codecov-action@v2
with:
Expand Down

0 comments on commit d8b1127

Please sign in to comment.