diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index f4420c15..9cac1d43 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -16,4 +16,7 @@ jobs: - run: yarn prettier:check - run: yarn build:all - run: yarn lint:all - - run: yarn test:all + - name: Run yarn test:all + uses: GabrielBB/xvfb-action@v1 + with: + run: yarn test:all