Skip to content

Commit

Permalink
(PC-32758) ci(e2e): update GHA workflow to upload flows to Robin
Browse files Browse the repository at this point in the history
  • Loading branch information
AxelRENAULT92 committed Oct 30, 2024
1 parent f09c87a commit 3ab5288
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 @@ -68,7 +68,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 @@ -91,9 +91,10 @@ jobs:
run: cd android && ENVFILE=.env.staging ./gradlew assembleDebug

- name: Upload APK to Maestro Cloud
uses: mobile-dev-inc/action-maestro-cloud@v1.8.1
uses: mobile-dev-inc/action-maestro-cloud@v1.9.1
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 3ab5288

Please sign in to comment.