mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-14 01:43:14 +08:00
chore: adjust config
This commit is contained in:
2
.github/workflows/apps_automated_ios.yml
vendored
2
.github/workflows/apps_automated_ios.yml
vendored
@ -21,7 +21,7 @@ jobs:
|
||||
|
||||
- uses: actions/setup-node@v4
|
||||
with:
|
||||
node-version: 20.10.0
|
||||
node-version: 22.5.1
|
||||
|
||||
- name: Install Python
|
||||
uses: actions/setup-python@v4
|
||||
|
@ -24,6 +24,7 @@
|
||||
"executor": "@nativescript/nx:debug",
|
||||
"options": {
|
||||
"noHmr": true,
|
||||
"debug": false,
|
||||
"uglify": false,
|
||||
"release": false,
|
||||
"forDevice": false,
|
||||
|
@ -19,8 +19,8 @@ const spawned_process = spawn(
|
||||
`apps-automated`,
|
||||
platform,
|
||||
// "--log=trace",
|
||||
`--flags="--log=trace"`,
|
||||
"--timeout=600" // 10 minutes, booting avds on CI is very slow...
|
||||
// `--flags="--log=trace"`,
|
||||
`--timeout=${TIMEOUT_MS}`
|
||||
],
|
||||
{
|
||||
cwd: workspaceDir,
|
||||
|
Reference in New Issue
Block a user