Content-Length: 352623 | pFad | http://github.com/NativeScript/NativeScript/pull/10664/files

B9 ci: warpbuild runners by NathanWalker · Pull Request #10664 · NativeScript/NativeScript · GitHub
Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ci: warpbuild runners #10664

Merged
merged 9 commits into from
Jan 12, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 11 additions & 10 deletions .github/workflows/apps_automated_ios.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,27 +14,25 @@ concurrency:

jobs:
test-ios:
runs-on: macos-latest
# runs-on: macos-latest
runs-on: warp-macos-15-arm64-6x

steps:
- uses: actions/checkout@v4

- uses: actions/setup-node@v4
with:
node-version: 20.10.0
# - name: ActionDebugger By Warpbuild
# uses: Warpbuilds/action-debugger@v1.3

- name: Install Python
uses: actions/setup-python@v4
- uses: actions/setup-node@v4
with:
python-version: '3'
node-version: 23.5.0

- name: Install NativeScript
run: |
python3 -m pip install --upgrade pip six
npm i -g nativescript --ignore-scripts --legacy-peer-deps
ns usage-reporting disable
ns error-reporting disable
ns doctor
# ns doctor

- name: Setup
run: npm run setup
Expand All @@ -43,7 +41,10 @@ jobs:
run: npx nx run-many --target=test --configuration=ci --projects=core

- name: Start iOS Simulator
uses: futureware-tech/simulator-action@v3
uses: futureware-tech/simulator-action@v4
with:
model: 'iPhone 15'
os_version: '17.5'

- name: Run tests on iOS Simulator
run: node tools/scripts/run-automated.js ios
9 changes: 8 additions & 1 deletion apps/automated/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,14 @@
"forDevice": false,
"prepare": false
},
"configurations": {}
"configurations": {
"ios": {
"platform": "ios"
},
"android": {
"platform": "android"
}
}
},
"prepare": {
"executor": "@nativescript/nx:prepare",
Expand Down
2 changes: 1 addition & 1 deletion tools/scripts/run-automated.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const spawned_process = spawn(
[
"nx",
"run",
`apps-automated:${platform}`,
`apps-automated:debug:${platform}`,
// "--log=trace",
// `--flags="--log=trace"`,
"--timeout=600" // 10 minutes, booting avds on CI is very slow...
Expand Down
Loading








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/pull/10664/files

Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy