Skip to content

Commit

Permalink
chore: remove coactions/setup-xvfb
Browse files Browse the repository at this point in the history
modern linux image at github includes it out of the box
  • Loading branch information
lidel committed Jun 7, 2024
1 parent 0f3d2c5 commit bae2c72
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,11 +130,10 @@ jobs:
- name: Test
run: npm run test

- name: Test end-to-end
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1.0.1
with:
working-directory: ${{ github.workspace }}
run: npm run test:e2e
- if: runner.os == 'Linux'
run: xvfb-run npm run test:e2e
- if: ${{ ! runner.os == 'Linux' }}
run: npm run test:e2e

- name: Lint
run: npm run lint
Expand Down

0 comments on commit bae2c72

Please sign in to comment.