Skip to content

Commit

Permalink
GHA: use xvfb-run
Browse files Browse the repository at this point in the history
  • Loading branch information
davedoesdev committed Jan 28, 2024
1 parent 5417453 commit 416ffc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: npx grunt --gruntfile Gruntfile.cjs lint

- name: Coverage
run: npx grunt --gruntfile Gruntfile.cjs coverage
run: xvfb-run npx grunt --gruntfile Gruntfile.cjs coverage

- name: Coveralls
uses: coverallsapp/github-action@master
Expand Down

0 comments on commit 416ffc9

Please sign in to comment.