fix(ci): use postgres service for release checks #37
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "codex/fix-updatarr-release-postgres"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Release Checks failed on run 147 because the workflow started PostgreSQL with a host-loopback port and then integration tests ran from the Forgejo job container, where 127.0.0.1 was not the Docker host. This changes Release Checks to use the same Forgejo postgres service alias as PR CI.\n\nVerification:\n- yq parse .forgejo/workflows/release.yaml\n- git diff --check\n- just format && just lint && just test && just everything && just test-integration