Skip to content

Commit a92b1b1

Browse files
committed
ci: build
1 parent accf841 commit a92b1b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tools/scripts/run-automated.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,8 @@ const spawned_process = spawn(
1616
[
1717
"nx",
1818
"debug",
19-
`apps-automated ${platform}`,
19+
"apps-automated",
20+
platform,
2021
// "--log=trace",
2122
// `--flags="--log=trace"`,
2223
"--timeout=600" // 10 minutes, booting avds on CI is very slow...

0 commit comments

Comments
 (0)