diff --git a/.gitea/workflows/ci.yml b/.gitea/workflows/ci.yml index fd23cd9..3d359f7 100644 --- a/.gitea/workflows/ci.yml +++ b/.gitea/workflows/ci.yml @@ -87,9 +87,9 @@ jobs: npx playwright install --with-deps chromium - name: Start preview server run: | - npm run preview & - sleep 5 - npx wait-on http://localhost:4173/ --timeout 30000 + npm run preview -- --port 4173 & + sleep 10 + npx wait-on http://localhost:4173/ --timeout 60000 - name: Run Lighthouse CI run: | CHROME_PATH=$(find /home/runner/.cache/ms-playwright -name chrome -type f 2>/dev/null | head -1)