Skip to content

Commit fdc085a

Browse files
remove GabrielBB/xvfb-action
1 parent c2afa1c commit fdc085a

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ jobs:
2323
env:
2424
CI: true
2525
- name: Test
26-
uses: GabrielBB/xvfb-action@v1
27-
with:
28-
run: yarn test
26+
run: yarn test
27+
if: runner.os != 'Linux'
28+
- name: Test on Linux
29+
run: xvfb-run -a yarn test
30+
if: runner.os == 'Linux'
2931
- name: Lint
3032
run: yarn lint

0 commit comments

Comments
 (0)