From 5c5f0758246e58188489b92730180f50470fcfa0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADtor=20Vasconcellos?= Date: Wed, 28 Feb 2024 17:04:19 -0300 Subject: [PATCH] Let run-maestro-tests.sh decide how to run itself --- .github/workflows/mobile-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mobile-ci.yml b/.github/workflows/mobile-ci.yml index 0ba809439c96..eaecd428c07d 100644 --- a/.github/workflows/mobile-ci.yml +++ b/.github/workflows/mobile-ci.yml @@ -134,7 +134,7 @@ jobs: # script: | # adb install -r apps/mobile/android/app/build/outputs/apk/release/app-release.apk # adb wait-for-device - # bash ./apps/mobile/scripts/run-maestro-tests.sh android + # ./apps/mobile/scripts/run-maestro-tests.sh android ios: name: iOS @@ -209,4 +209,4 @@ jobs: MAESTRO_DRIVER_STARTUP_TIMEOUT: 120000 run: | xcrun simctl install booted apps/mobile/ios/build/Build/Products/Release-iphonesimulator/Spacedrive.app - bash ./apps/mobile/scripts/run-maestro-tests.sh ios + ./apps/mobile/scripts/run-maestro-tests.sh ios