diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 546b15fc..55b18756 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -37,7 +37,7 @@ jobs: - name: Install Playwright Browsers run: npx playwright install --with-deps - name: Run Playwright tests - run: npm run test:e2e + run: xvfb-run --auto-servernum --server-args='-screen 0, 1920x1080x24' npm run test:e2e - uses: actions/upload-artifact@v3 if: always() with: