Skip to content

Commit decbfa1

Browse files
committed
chore: tests
1 parent 25d780f commit decbfa1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/apps_automated.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: rigor789/action-create-emulator@main
5050

5151
- name: Test (Android)
52-
run: node tools/scripts/run-automated.js android
52+
run: npx nx run apps-automated:android --timeout=600
5353

5454
- name: Start iOS Simulator
5555
if: ${{ always() && !cancelled() }} # run iOS tests even if Android tests failed
@@ -60,4 +60,4 @@ jobs:
6060

6161
- name: Test (iOS)
6262
if: ${{ always() && !cancelled() }} # run iOS tests even if Android tests failed
63-
run: node tools/scripts/run-automated.js ios
63+
run: npx nx run apps-automated:ios --timeout=600

0 commit comments

Comments
 (0)