Skip to content

Commit 9584112

Browse files
authored
Remove reference to external GH action for xvfb
1 parent 9363879 commit 9584112

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ jobs:
2525

2626
- run: npm ci
2727

28-
- uses: GabrielBB/xvfb-action@v1
29-
with:
30-
run: npm test
28+
- run: xvfb-run -a npm test
29+
if: runner.os == 'Linux'
30+
- run: npm test
31+
if: runner.os != 'Linux'

0 commit comments

Comments
 (0)