Skip to content

Commit 446f8cf

Browse files
committed
Revert xvfb-run for running tests
1 parent 37367af commit 446f8cf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/test.yml

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

2626
- run: npm ci
2727

28+
- run: xvfb-run -a npm test
29+
if: runner.os == 'Linux'
2830
- run: npm test
31+
if: runner.os != 'Linux'

0 commit comments

Comments
 (0)