Commit 85cfd4f
ci: add Redis sidecar to tests workflow (D-30)
Phase 26 introduced 11 integration tests (test_agent_task_router.py,
test_agent_tracklists.py) that require live Redis at PHAZE_REDIS_URL.
SAQ Queue.from_url is not compatible with fakeredis at saq>=0.26.3, so
these tests have no fakeredis fallback and were failing in CI.
Adds redis:7-alpine service container and PHAZE_REDIS_URL env, mirroring
the existing postgres service pattern.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>1 parent 60c2a68 commit 85cfd4f
1 file changed
Lines changed: 10 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
33 | 42 | | |
34 | 43 | | |
35 | 44 | | |
| 45 | + | |
36 | 46 | | |
37 | 47 | | |
38 | 48 | | |
| |||
0 commit comments