chore: add verbose ci logging

This commit is contained in:
Nathan Walker
2024-10-30 13:31:56 -07:00
parent 8e5249ec4e
commit 2b6682a48e

View File

@ -18,7 +18,7 @@ const spawned_process = spawn(
"run",
`apps-automated:${platform}`,
// "--log=trace",
// `--flags="--log=trace"`,
`--flags="--log=trace"`,
"--timeout=600" // 10 minutes, booting avds on CI is very slow...
],
{