From a92b1b1902daa4bebf2f7e629662cbe0a32f7be2 Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Mon, 13 Jan 2025 09:38:06 -0800 Subject: [PATCH] ci: build --- tools/scripts/run-automated.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/scripts/run-automated.js b/tools/scripts/run-automated.js index ed92d1ac4..49e64d695 100644 --- a/tools/scripts/run-automated.js +++ b/tools/scripts/run-automated.js @@ -16,7 +16,8 @@ const spawned_process = spawn( [ "nx", "debug", - `apps-automated ${platform}`, + "apps-automated", + platform, // "--log=trace", // `--flags="--log=trace"`, "--timeout=600" // 10 minutes, booting avds on CI is very slow...