chore: tests

This commit is contained in:
Nathan Walker
2023-02-14 19:40:56 -08:00
parent 25d780f41c
commit decbfa11f4

View File

@ -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