Skip to content

Commit b1ccd3f

Browse files
committed
chore: adding xvfb action
Signed-off-by: Pawel Psztyc <jarrodek@gmail.com>
1 parent b9f13a3 commit b1ccd3f

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/deployment.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,10 @@ jobs:
2727
${{ runner.os }}-node-
2828
- name: Install dependencies
2929
run: npm ci
30-
- name: Run tests
31-
run: npm test
30+
- name: Run headless test
31+
uses: GabrielBB/xvfb-action@v1
32+
with:
33+
run: npm test
3234
# test_win:
3335
# name: "Windows"
3436
# runs-on: windows-latest

0 commit comments

Comments
 (0)