Skip to content

Commit

Permalink
Let run-maestro-tests.sh decide how to run itself
Browse files Browse the repository at this point in the history
  • Loading branch information
HeavenVolkoff committed Feb 28, 2024
1 parent 90e75af commit 5c5f075
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mobile-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

0 comments on commit 5c5f075

Please sign in to comment.