Skip to content

Commit 836a5eb

Browse files
committed
chore: fixed test runner
1 parent d1d2c62 commit 836a5eb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ jobs:
2222
with:
2323
node-version: '22'
2424
- run: npm install
25-
- run: npm run test
25+
- run: xvfb-run -a npm test

0 commit comments

Comments
 (0)