ci: warpbuild macOS runners for iOS tests (#10664)

This commit is contained in:
Nathan Walker
2025-01-12 11:36:01 -08:00
committed by GitHub
parent fd053df8ba
commit baced677f8
3 changed files with 20 additions and 12 deletions

View File

@ -16,7 +16,7 @@ const spawned_process = spawn(
[
"nx",
"run",
`apps-automated:${platform}`,
`apps-automated:debug:${platform}`,
// "--log=trace",
// `--flags="--log=trace"`,
"--timeout=600" // 10 minutes, booting avds on CI is very slow...