diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index b79c1101..fed2e3f6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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')