Skip to content

Commit 6c46bad

Browse files
committed
Run tests with gabrielbb/xvfb-action
1 parent bb74281 commit 6c46bad

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,10 @@ jobs:
2424
- name: Build sources
2525
run: npm run build
2626

27-
- name: Run tests
28-
run: npm run test
27+
- name: Run tests with xvfb available
28+
uses: GabrielBB/xvfb-action@v1
29+
with:
30+
run: npm run test
2931

3032
lint:
3133
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)