Commit 46a779d
fix: simplify CI populate/hit check to just verify exit code 0
note() goes through Python logging (not stdout), so grep-based checks
on its output don't work. The L3 Docker tests already cover GHA backend
logic; the populate/hit steps only need to confirm ivpm update exits 0
when --cache-backend gha is active.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent bedf018 commit 46a779d
2 files changed
+2
-10
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
82 | 82 | | |
83 | 83 | | |
84 | 84 | | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
| 85 | + | |
89 | 86 | | |
90 | 87 | | |
91 | 88 | | |
92 | 89 | | |
93 | 90 | | |
94 | 91 | | |
95 | 92 | | |
96 | | - | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 93 | + | |
101 | 94 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
185 | | - | |
186 | 185 | | |
187 | 186 | | |
188 | 187 | | |
| |||
0 commit comments