We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25d780f commit decbfa1Copy full SHA for decbfa1
.github/workflows/apps_automated.yml
@@ -49,7 +49,7 @@ jobs:
49
uses: rigor789/action-create-emulator@main
50
51
- name: Test (Android)
52
- run: node tools/scripts/run-automated.js android
+ run: npx nx run apps-automated:android --timeout=600
53
54
- name: Start iOS Simulator
55
if: ${{ always() && !cancelled() }} # run iOS tests even if Android tests failed
@@ -60,4 +60,4 @@ jobs:
60
61
- name: Test (iOS)
62
63
- run: node tools/scripts/run-automated.js ios
+ run: npx nx run apps-automated:ios --timeout=600
0 commit comments