Skip to content

Commit 9b464ff

Browse files
committed
Run npm test in headless mode on linux
1 parent 116992f commit 9b464ff

1 file changed

Lines changed: 5 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,5 +22,8 @@ jobs:
2222
with:
2323
node-version: ${{ matrix.node-version }}
2424

25-
- run: npm ci
26-
- run: npm test
25+
run: npm ci
26+
27+
uses: GabrielBB/xvfb-action@v1
28+
with:
29+
run: npm test

0 commit comments

Comments
 (0)