diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5be6b26..a6c6d42 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,6 +49,9 @@ jobs: - name: Build run: npm run compile + - run: /usr/bin/Xvfb :99 -screen 0 1024x768x24 > /dev/null 2>&1 & echo "Started xvfb" + shell: bash + - name: Test run: npm run test env: