Skip to content

Commit 507baa5

Browse files
committed
chore: remove coactions/setup-xvfb
modern linux image at github includes it out of the box and we use xvfb-maybe internally to use it when appropriate
1 parent 0f3d2c5 commit 507baa5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yml

+1-4
Original file line numberDiff line numberDiff line change
@@ -131,10 +131,7 @@ jobs:
131131
run: npm run test
132132

133133
- name: Test end-to-end
134-
uses: coactions/setup-xvfb@b6b4fcfb9f5a895edadc3bc76318fae0ac17c8b3 # v1.0.1
135-
with:
136-
working-directory: ${{ github.workspace }}
137-
run: npm run test:e2e
134+
run: npm run test:e2e
138135

139136
- name: Lint
140137
run: npm run lint

0 commit comments

Comments
 (0)