fix: add internal host routing for Gitea Actions environment in e2e
CI / Generate Certificates (pull_request) Successful in 29s
CI / Frontend CI (pull_request) Successful in 1m10s
CI / E2E Tests (pull_request) Successful in 6m36s
ci.yml / Backend CI (pull_request) Has been cancelled

This commit is contained in:
me
2026-05-05 18:30:06 +05:30
parent 283417fe24
commit d2d8c88f69
2 changed files with 14 additions and 1 deletions
+1 -1
View File
@@ -42,7 +42,7 @@ jobs:
PGDATA: /tmp/pgdata
ports:
- 5442:5432
options: --tmpfs /var/lib/postgresql/data --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
defaults:
run:
working-directory: ./backend