Skip to content

Commit

Permalink
Merge pull request #576 from tonybaloney/xvfb_update
Browse files Browse the repository at this point in the history
Switch to coactions/setup-xvfb
  • Loading branch information
tonybaloney authored Jun 11, 2024
2 parents f9fdb7a + 30ccf4a commit 5b9db64
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,12 @@ jobs:
- run: npm run compile
- run: npm run lint
- name: Run unit and integration tests
uses: GabrielBB/[email protected]
with:
run: npm run test
if: runner.os == 'Linux'
run: xvfb-run npm test
- name: Run coverage
uses: GabrielBB/[email protected]
continue-on-error: true
with:
run: npm run test:coverage
if: runner.os == 'Linux'
run: xvfb-run npm run test:coverage
- uses: codecov/codecov-action@v4
with:
directory: ./coverage
Expand Down

0 comments on commit 5b9db64

Please sign in to comment.