Pulse/.github
rcourtman 0c4e305cec Add port mapping verification before integration tests
Tests were failing with connection refused even though healthcheck passed. This
suggests the Docker port mapping may not be established when healthcheck passes.

Add explicit verification step that curls localhost:7655 from the host before
running tests. This will reveal if the issue is:
1. Port mapping not working (server healthy inside container but unreachable from host)
2. Server not actually running/listening
3. Timing issue where port mapping needs more time to establish

If verification fails, output container logs to help diagnose the root cause.

Related to #695
2025-11-12 09:01:54 +00:00
..
ISSUE_TEMPLATE Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
workflows Add port mapping verification before integration tests 2025-11-12 09:01:54 +00:00