Commit 5fb3dd0
ci: skip Electron binary download in test workflow
The test job ran npm install, which triggered Electron's postinstall
binary download (~100MB) from its CDN. That download is never used by
build or test (only examples/electron uses Electron) and intermittently
fails with CDN timeouts (e.g. 504 Gateway Time-out), breaking CI.
Set ELECTRON_SKIP_BINARY_DOWNLOAD=1 so the npm package still installs
but skips the unused binary download. Faster, more reliable CI.
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>1 parent f3fea73 commit 5fb3dd0
1 file changed
Lines changed: 4 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
16 | 20 | | |
17 | 21 | | |
0 commit comments