Commit 46773a3
ci: add postgres service for procrastinate integration tests
The integration_tests.yml workflow only provisioned Redis (for Celery),
so the procrastinate tests added in #46 failed on every push to main
with `psycopg_pool.PoolTimeout`. Adds a postgres:16 service container
matching the DSN the tests default to, and sets PROCRASTINATE_DSN
explicitly so the test config is self-documenting.
Also picks up the uv.lock entry for taskbadger 2.1.0a1 that should
have ridden along with #47.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 9e97585 commit 46773a3
2 files changed
Lines changed: 15 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
17 | 17 | | |
18 | 18 | | |
19 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
20 | 33 | | |
21 | 34 | | |
22 | 35 | | |
| |||
36 | 49 | | |
37 | 50 | | |
38 | 51 | | |
| 52 | + | |
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments