Commit 7ac2e2c
committed
Set database URIs in CI to bypass Docker fallback
The test infrastructure checks if Docker is available before trying
native databases. Since GitHub Actions runners have Docker installed,
tests were trying to start MySQL/PostgreSQL via Docker instead of using
the databases already started by sqlc-test-setup.
Setting POSTGRESQL_SERVER_URI and MYSQL_SERVER_URI explicitly ensures
tests connect to the native databases.
https://claude.ai/code/session_01CsyRwSkRxBcQoaQFVkMQsJ1 parent 98f0aff commit 7ac2e2c
1 file changed
+2
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| 65 | + | |
| 66 | + | |
65 | 67 | | |
66 | 68 | | |
67 | 69 | | |
| |||
0 commit comments