Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kiminus authored Jun 8, 2024
1 parent ae7c95f commit 3f111d5
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 @@ -48,7 +48,7 @@ jobs:
- name: '[E2E test] contacts'
run: npm test ./__tests__/Contacts.E2E.test.js
- name: update code coverage
run: npm i -D puppeteer puppeteer-to-istanbul && node ./code-coverage.js && nyc report --reporter=html
run: npm i -D puppeteer puppeteer-to-istanbul nyc && node ./code-coverage.js && nyc report --reporter=html


linting:
Expand Down

0 comments on commit 3f111d5

Please sign in to comment.