mirror of
https://github.com/pezkuwichain/pezkuwi-wallet-android.git
synced 2026-07-22 16:05:49 +00:00
7a60afb98f
main's scheduled run has been failing most cycles since 2026-07-06 with either a corrupted SDK package download (Error on ZipFile unknown archive) or a plain emulator boot timeout - both manifest as adb never reaching emulator-5554. The job never cached the AVD, so every single run re-hit Google's SDK servers for a fresh system image download, keeping it exposed to this exact flake on every run and every 8-hour schedule tick. Cache the AVD (skips the download entirely once warm) and duplicate the test-run step as a same-job retry for the residual flake (cold cache, or a rare boot timeout even with a warm cache).