diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index af362717b1a..c214635983c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -27,4 +27,7 @@ jobs: - run: npm run pretest - run: npm ci - run: npm run cibuild - - run: ./tasks/noci_test.sh \ No newline at end of file + - name: Run headless test + uses: coactions/setup-xvfb@v1 + with: + run: ./tasks/noci_test.sh \ No newline at end of file