Commit 91e75b8
fix(tests): remove curl-based healthcheck from sqld container
The ghcr.io/tursodatabase/libsql-server:latest image is based on
debian:bullseye-slim and does not include curl. The health check was
always failing, causing the container to be reported as unhealthy and
blocking the api service from starting.
Instead, use service_started condition since sqld starts nearly
instantly and the workflow already has an explicit health polling step
that checks sqld readiness from the host before running tests.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent 244548a commit 91e75b8
1 file changed
Lines changed: 1 addition & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | 32 | | |
38 | 33 | | |
39 | 34 | | |
| |||
64 | 59 | | |
65 | 60 | | |
66 | 61 | | |
67 | | - | |
| 62 | + | |
68 | 63 | | |
69 | 64 | | |
70 | 65 | | |
| |||
0 commit comments