c023d5b0a2e086c2e2aa61411d3f5592f3fe236a
Some checks failed
CI / Unit & Component Tests (push) Successful in 9m36s
CI / Backend Unit Tests (push) Successful in 1m54s
CI / E2E Tests (push) Failing after 1m39s
CI / Unit & Component Tests (pull_request) Successful in 9m16s
CI / Backend Unit Tests (pull_request) Successful in 1m59s
CI / E2E Tests (pull_request) Failing after 2m8s
The act_runner job runs inside a Docker container. Docker Compose port mappings bind to the Docker host, not the job container's localhost — so localhost:5433 was always refused. Fix: after compose starts, connect the job container (identified by /etc/hostname) to the archive-net compose network. Then switch the backend startup args to use service names db:5432 and minio:9000 instead of host-mapped ports. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Description
No description provided
Languages
Python
73.1%
TypeScript
11.5%
Java
10.9%
Svelte
4.2%
Shell
0.1%