Skip to content

Commit 2db8564

Browse files
committed
chore: adjust config
1 parent 2b6682a commit 2db8564

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tools/scripts/run-automated.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ const spawned_process = spawn(
1515
"npx",
1616
[
1717
"nx",
18-
"run",
19-
`apps-automated:${platform}`,
18+
"debug",
19+
`apps-automated ${platform}`,
2020
// "--log=trace",
2121
`--flags="--log=trace"`,
2222
"--timeout=600" // 10 minutes, booting avds on CI is very slow...

0 commit comments

Comments
 (0)