ci: stabilize e2e startup
This commit is contained in:
parent
d1f735e701
commit
e10b1de7fc
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
|
||||
@ -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: [
|
||||
{
|
||||
|
||||
Loading…
Reference in New Issue
Block a user