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
and we use xvfb-maybe internally to use it when appropriate
  • Loading branch information
lidel committed Jun 7, 2024
1 parent 0f3d2c5 commit 507baa5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,10 +131,7 @@ jobs:
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
run: npm run test:e2e

- name: Lint
run: npm run lint
Expand Down

0 comments on commit 507baa5

Please sign in to comment.