Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 500aa33

Browse files
committed
Try running the tests without explicit xvfb wrapper
1 parent c54e043 commit 500aa33

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/nodejs.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,4 @@ jobs:
3232
- run: npm run compile
3333
- run: npm run lint
3434
- run: npm audit
35-
- name: Run headless tests
36-
uses: GabrielBB/[email protected]
37-
with:
38-
run: npm test
35+
- run: npm test # Let's see if we have xvfb included by default

0 commit comments

Comments
 (0)