From decbfa11f443760c5df45c7812df3b723912f67e Mon Sep 17 00:00:00 2001 From: Nathan Walker Date: Tue, 14 Feb 2023 19:40:56 -0800 Subject: [PATCH] chore: tests --- .github/workflows/apps_automated.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/apps_automated.yml b/.github/workflows/apps_automated.yml index f942f6587..bf55daa17 100644 --- a/.github/workflows/apps_automated.yml +++ b/.github/workflows/apps_automated.yml @@ -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