Commit 10c9db6
ci: point example/agents tests at the compose Postgres and run migrations
The job-level DB_* env targets the MySQL service on 3306, so the agents
app's asyncpg driver was dialing MySQL ('PostgreSQL server at
127.0.0.1:3306 rejected SSL upgrade'). Override DB_PORT to the Postgres
service published on 15432 and run db:migrate before the suite.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>1 parent 835477b commit 10c9db6
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
| 101 | + | |
| 102 | + | |
| 103 | + | |
96 | 104 | | |
97 | 105 | | |
| 106 | + | |
| 107 | + | |
98 | 108 | | |
99 | 109 | | |
100 | 110 | | |
| |||
0 commit comments