ci: build

This commit is contained in:
Nathan Walker
2025-01-13 09:38:06 -08:00
parent accf841f13
commit a92b1b1902

View File

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