8000 chore: adjust config · NativeScript/NativeScript@0466ed8 · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 0466ed8

Browse files
committed
chore: adjust config
1 parent 39dfdcf commit 0466ed8

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

.github/workflows/apps_automated_ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-node@v4
2323
with:
24-
node-version: 20.10.0
24+
node-version: 22.5.1
2525

2626
- name: Install Python
2727
uses: actions/setup-python@v4

apps/automated/project.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@
2424
"executor": "@nativescript/nx:debug",
2525
"options": {
2626
"noHmr": true,
27+
"debug": false,
2728
"uglify": false,
2829
"release": false,
2930
"forDevice": false,

tools/scripts/run-automated.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@ const spawned_process = spawn(
1919
`apps-automated`,
2020
platform,
2121
// "--log=trace",
22-
`--flags="--log=trace"`,
23-
"--timeout=600" // 10 minutes, booting avds on CI is very slow...
22+
// `--flags="--log=trace"`,
23+
`--timeout=${TIMEOUT_MS}`
2424
],
2525
{
2626
cwd: workspaceDir,

0 commit comments

Comments
 (0)
0