mirror of
https://github.com/NativeScript/NativeScript.git
synced 2025-08-15 02:54:11 +08:00
chore: tests
This commit is contained in:
4
.github/workflows/apps_automated.yml
vendored
4
.github/workflows/apps_automated.yml
vendored
@ -49,7 +49,7 @@ jobs:
|
||||
uses: rigor789/action-create-emulator@main
|
||||
|
||||
- name: Test (Android)
|
||||
run: node tools/scripts/run-automated.js android
|
||||
run: npx nx run apps-automated:android --timeout=600
|
||||
|
||||
- name: Start iOS Simulator
|
||||
if: ${{ always() && !cancelled() }} # run iOS tests even if Android tests failed
|
||||
@ -60,4 +60,4 @@ jobs:
|
||||
|
||||
- name: Test (iOS)
|
||||
if: ${{ always() && !cancelled() }} # run iOS tests even if Android tests failed
|
||||
run: node tools/scripts/run-automated.js ios
|
||||
run: npx nx run apps-automated:ios --timeout=600
|
||||
|
Reference in New Issue
Block a user