Skip to content

Commit

Permalink
Switch to coactions/setup-xvfb
Browse files Browse the repository at this point in the history
  • Loading branch information
tonybaloney committed Jun 11, 2024
1 parent f9fdb7a commit 15a6fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
- run: npm run compile
- run: npm run lint
- name: Run unit and integration tests
uses: GabrielBB/xvfb-action@v1.6
uses: coactions/setup-xvfb@v1
with:
run: npm run test
- name: Run coverage
uses: GabrielBB/xvfb-action@v1.6
uses: coactions/setup-xvfb@v1
continue-on-error: true
with:
run: npm run test:coverage
Expand Down

0 comments on commit 15a6fac

Please sign in to comment.