Skip to content

Commit

Permalink
fix: error in invocation of coverage runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ajfisher committed Oct 24, 2020
1 parent a747d6e commit 4b464a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
if: steps.cache-node-modules.outputs.cache-hit != 'true'
run: npm install
- name: Test with coverage
run: npm run test-cover
run: make test-coverage
- name: Coveralls
uses: coverallsapp/github-action@master
with:
Expand Down

0 comments on commit 4b464a3

Please sign in to comment.