Commit 6940d39
committed
ci(integration): improve binary cache debugging and reduce noise
Binary cache restoration improvements:
- Add cache hit status output to see if caches were restored
- List dist directory contents to verify what files exist
- Show detailed error messages explaining why binaries weren't found
- Provide instructions on how to build and cache binaries
Test improvements:
- Suppress authentication warning in CI (process.env.CI check)
- Warning is still shown locally to help developers set up auth
- Reduces CI log noise while maintaining local developer UX
This helps diagnose why SEA/smol binaries aren't being found in
integration tests despite being built and cached.1 parent 81089d9 commit 6940d39
File tree
2 files changed
+29
-1
lines changed- .github/workflows
- packages/cli/test/integration/binary
2 files changed
+29
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
132 | 132 | | |
133 | 133 | | |
134 | 134 | | |
| 135 | + | |
| 136 | + | |
| 137 | + | |
| 138 | + | |
| 139 | + | |
| 140 | + | |
| 141 | + | |
| 142 | + | |
| 143 | + | |
| 144 | + | |
| 145 | + | |
| 146 | + | |
135 | 147 | | |
136 | 148 | | |
137 | 149 | | |
| |||
144 | 156 | | |
145 | 157 | | |
146 | 158 | | |
| 159 | + | |
| 160 | + | |
| 161 | + | |
| 162 | + | |
| 163 | + | |
| 164 | + | |
| 165 | + | |
| 166 | + | |
147 | 167 | | |
148 | 168 | | |
149 | 169 | | |
| |||
158 | 178 | | |
159 | 179 | | |
160 | 180 | | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
161 | 189 | | |
162 | 190 | | |
163 | 191 | | |
| |||
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
185 | 185 | | |
186 | 186 | | |
187 | 187 | | |
188 | | - | |
| 188 | + | |
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
| |||
0 commit comments