ci: stabilize e2e startup

This commit is contained in:
Peter Steinberger 2026-05-08 08:16:16 +01:00
parent d1f735e701
commit e10b1de7fc
No known key found for this signature in database
2 changed files with 7 additions and 1 deletions

View File

@ -12,6 +12,9 @@ on:
permissions:
contents: read
env:
FORCE_JAVASCRIPT_ACTIONS_TO_NODE24: "true"
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
@ -105,6 +108,9 @@ jobs:
- name: Install dependencies
run: pnpm install --frozen-lockfile
- name: Download Go modules
run: go mod download
- name: Install browser
run: pnpm exec playwright install --with-deps chromium

View File

@ -15,7 +15,7 @@ export default defineConfig({
"rm -rf data/e2e && pnpm build && go run ./apps/api/cmd/clickclack serve --addr 127.0.0.1:18082 --data ./data/e2e",
url: "http://127.0.0.1:18082",
reuseExistingServer: false,
timeout: 30_000,
timeout: 120_000,
},
projects: [
{