Skip to content

Commit 944df51

Browse files
committedJan 10, 2021
(#40) Enable XVFB for all tests
1 parent 4ec9213 commit 944df51

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed
 

Diff for: ‎.github/workflows/ci.yaml

+4-2
Original file line numberDiff line numberDiff line change
@@ -30,8 +30,10 @@ jobs:
3030
- name: Build
3131
run: npm run build:release
3232
- name: Run tests
33-
working-directory: ./test
34-
run: npm cit
33+
uses: GabrielBB/xvfb-action@v1
34+
with:
35+
working-directory: ./test/
36+
run: npm cit
3537
- name: Run window tests
3638
uses: GabrielBB/xvfb-action@v1
3739
with:

0 commit comments

Comments
 (0)
Please sign in to comment.