Skip to content

Commit

Permalink
(PC-33257) feat(e2e): replace maestro cloud config with Robin (#7281)
Browse files Browse the repository at this point in the history
  • Loading branch information
arenault-pass authored Nov 26, 2024
1 parent 37fede4 commit 002f51d
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/dev_on_workflow_run_e2e_android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
ANDROID_KEYSTORE_STORE_PASSWORD:passculture-metier-ehp/passculture-app-native-android-staging-keystore-store-password
ANDROID_KEYSTORE_KEY_PASSWORD:passculture-metier-ehp/passculture-app-native-android-staging-keystore-key-password
ANDROID_KEYSTORE:passculture-metier-ehp/passculture-app-native-staging-keystore
MAESTRO_CLOUD_API_KEY:passculture-metier-ehp/passculture-app-native-e2e-maestro-cloud-api-key
ROBIN_API_KEY:passculture-metier-ehp/passculture-app-native-e2e-robin-api-key
MAESTRO_PASSWORD:passculture-metier-ehp/passculture-app-native-e2e-maestro-password
- name: Create a directory for keystores
run: |
Expand All @@ -83,9 +83,10 @@ jobs:
run: cd android && ENVFILE=.env.staging ./gradlew assembleDebug

- name: Upload APK to Maestro Cloud
uses: mobile-dev-inc/[email protected].1
uses: mobile-dev-inc/[email protected].6
with:
api-key: ${{ steps.secrets.outputs.MAESTRO_CLOUD_API_KEY }}
api-key: ${{ steps.secrets.outputs.ROBIN_API_KEY }}
project-id: proj_01javz1ncreqb9dcshv3y4da44
app-file: android/app/build/outputs/apk/staging/debug/app-staging-debug.apk
device-locale: fr_FR
android-api-level: 34
Expand Down

0 comments on commit 002f51d

Please sign in to comment.