chore: nx-cloud setup (#10110)

This commit is contained in:
Nathan Walker
2022-11-29 13:26:51 -08:00
committed by GitHub
parent b147612e06
commit 9a779dfa8a
8 changed files with 44 additions and 14 deletions

View File

@@ -11,13 +11,11 @@ const TIMEOUT_MS = 5 * 60 * 1000; // 5 minutes
const platform = process.argv[2];
const spawned_process = spawn(
"ns",
"npx",
[
"--path=./apps/automated",
"nx",
"run",
platform,
"--no-hmr",
"--force",
`apps-automated:${platform}`,
// "--log=trace",
"--timeout=600" // 10 minutes, booting avds on CI is very slow...
],