Commit e9c995d
committed
fix(ci): resolve PG 17 showcase test failure
Add missing dir to test:integration:showcase task so mise --env tls
runs from tests/ where mise.tls.toml exists, correctly loading TLS
environment variables (CS_DATABASE__HOST and CS_DATABASE__PORT).
Fix quoting bug in proxy:up container detection where unquoted variable
expansions collapsed multi-line docker ps output, causing grep and cut
to select the wrong container when multiple postgres containers are
running.1 parent 60c3a39 commit e9c995d
1 file changed
Lines changed: 4 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
83 | 83 | | |
84 | 84 | | |
85 | 85 | | |
86 | | - | |
| 86 | + | |
87 | 87 | | |
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
91 | | - | |
92 | | - | |
| 91 | + | |
| 92 | + | |
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
| |||
688 | 688 | | |
689 | 689 | | |
690 | 690 | | |
| 691 | + | |
691 | 692 | | |
692 | 693 | | |
693 | 694 | | |
| |||
0 commit comments