Use xvfb to run tests on linux

This commit is contained in:
TC
2020-11-22 00:04:08 +01:00
parent 27255dc477
commit 575dc5177d

View File

@ -28,7 +28,9 @@ jobs:
run: yarn --frozen-lockfile
- name: Test
run: yarn test
uses: GabrielBB/xvfb-action@v1
with:
run: yarn test
- name: Build on Mac
if: startsWith(matrix.os, 'macOS')