diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7984d0ac6..4c3f9e26a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,8 @@ jobs: - run: bun install --frozen-lockfile - run: bun playwright install chromium - run: bun run build - - run: bun run test:e2e --reporter=dot,html + # - run: bun run test:e2e --reporter=dot,html + - run: xvfb-run --auto-servernum -- bun run test:e2e --reporter=dot,html - uses: actions/upload-artifact@v4 if: always() with: