Content-Length: 322842 | pFad | http://github.com/NativeScript/NativeScript/commit/df7ecb95db9bf44f9eb4721b4489890d2c9c4e55

82 ci: fix automated app CI workflow (#10218) · NativeScript/NativeScript@df7ecb9 · GitHub
Skip to content

Commit df7ecb9

Browse files
authored
ci: fix automated app CI workflow (#10218)
1 parent a26a03e commit df7ecb9

File tree

3 files changed

+8
-2
lines changed

3 files changed

+8
-2
lines changed

Diff for: .github/workflows/apps_automated.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
java-version: '11'
3030

3131
- name: Install Python
32-
uses: actions/setup-python@v1
32+
uses: actions/setup-python@v4
3333

3434
- name: Install NativeScript
3535
run: |
@@ -53,7 +53,7 @@ jobs:
5353

5454
- name: Start iOS Simulator
5555
if: ${{ always() && !cancelled() }} # run iOS tests even if Android tests failed
56-
uses: futureware-tech/simulator-action@v1
56+
uses: futureware-tech/simulator-action@v2
5757
with:
5858
model: 'iPhone 13 Pro Max'
5959
os_version: '>=15.0'

Diff for: apps/automated/.npmrc

+5
Original file line numberDiff line numberDiff line change
@@ -1 +1,6 @@
11
legacy-peer-deps=true
2+
3+
# npm 9+ this defaults to `true` meaning `file:` dependencies are packed and then installed
4+
# but since we want to link the source files in this case, we disable this behavior and
5+
# opt to link the dependency as-is instead. (eg. @nativescript/core)
6+
install-links=false

Diff for: tools/scripts/run-automated.js

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

0 commit comments

Comments
 (0)








ApplySandwichStrip

pFad - (p)hone/(F)rame/(a)nonymizer/(d)eclutterfier!      Saves Data!


--- a PPN by Garber Painting Akron. With Image Size Reduction included!

Fetched URL: http://github.com/NativeScript/NativeScript/commit/df7ecb95db9bf44f9eb4721b4489890d2c9c4e55

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy