Skip to content

Commit 2b6682a

Browse files
committed
chore: add verbose ci logging
1 parent 8e5249e commit 2b6682a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tools/scripts/run-automated.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ const spawned_process = spawn(
1818
"run",
1919
`apps-automated:${platform}`,
2020
// "--log=trace",
21-
// `--flags="--log=trace"`,
21+
`--flags="--log=trace"`,
2222
"--timeout=600" // 10 minutes, booting avds on CI is very slow...
2323
],
2424
{

0 commit comments

Comments
 (0)