Skip to content

Commit

Permalink
build before running coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
jpogran committed Nov 21, 2024
1 parent 360db3e commit 45402f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,4 +87,4 @@ jobs:
run: npm ci
- name: format
# Coverage summary printed to console and in coverage/coverage-summary.json
run: npm run test:coverage
run: xvfb-run -a npm test:coverage

0 comments on commit 45402f5

Please sign in to comment.