diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 4e3cdf8c4..5f5d61052 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -87,4 +87,4 @@ jobs: run: npm ci - name: format # Coverage summary printed to console and in coverage/coverage-summary.json - run: npm run test:coverage + run: xvfb-run -a npm test:coverage