Commit bedf018
fix: add 'GHA cache backend activated' note; fix CI second-run check
The ivpm-cache repo has only PyPI packages (Cacheable: 0), so no
per-package 'Restored' messages ever appear in the GHA CI job.
* Add note() to GHACacheBackend.activate() so the backend prints a
visible confirmation that it was selected and started.
* Update CI second-run (and first-run) check to grep for that message
instead of the package-restore message.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>1 parent b334d6f commit bedf018
2 files changed
+6
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| 87 | + | |
| 88 | + | |
87 | 89 | | |
88 | 90 | | |
89 | 91 | | |
| |||
93 | 95 | | |
94 | 96 | | |
95 | 97 | | |
96 | | - | |
97 | | - | |
98 | | - | |
| 98 | + | |
| 99 | + | |
| 100 | + | |
99 | 101 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
182 | 182 | | |
183 | 183 | | |
184 | 184 | | |
| 185 | + | |
185 | 186 | | |
186 | 187 | | |
187 | 188 | | |
| |||
0 commit comments