From 3e3f9fc0604bb21dccb6682b87ff1b6aeac42c56 Mon Sep 17 00:00:00 2001 From: Riccardo Cipolleschi Date: Mon, 29 Jul 2024 05:41:51 -0700 Subject: [PATCH] Pin maestro version Summary: The Maestro team just released a new version of maestro which dies in our CI This change pins the version to something we know it's working, so we can decide when to move to the next version ## Changelog [Internal] - Pin Maestro version Reviewed By: cortinico Differential Revision: D60380466 fbshipit-source-id: af842b7922736cc08300ac3bceef2d6110bcd913 --- .github/actions/maestro-android/action.yml | 2 +- .github/actions/maestro-ios/action.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/maestro-android/action.yml b/.github/actions/maestro-android/action.yml index 2ef24e5b43d..a0194d2d0b1 100644 --- a/.github/actions/maestro-android/action.yml +++ b/.github/actions/maestro-android/action.yml @@ -22,7 +22,7 @@ runs: steps: - name: Installing Maestro shell: bash - run: curl -Ls "https://get.maestro.mobile.dev" | bash + run: export MAESTRO_VERSION=1.36.0; curl -Ls "https://get.maestro.mobile.dev" | bash - name: Set up JDK 17 if: ${{ inputs.install-java == 'true' }} uses: actions/setup-java@v2 diff --git a/.github/actions/maestro-ios/action.yml b/.github/actions/maestro-ios/action.yml index 8b6e86c5125..21893bea0a6 100644 --- a/.github/actions/maestro-ios/action.yml +++ b/.github/actions/maestro-ios/action.yml @@ -18,7 +18,7 @@ runs: steps: - name: Installing Maestro shell: bash - run: curl -Ls "https://get.maestro.mobile.dev" | bash + run: export MAESTRO_VERSION=1.36.0; curl -Ls "https://get.maestro.mobile.dev" | bash - name: Installing Maestro dependencies shell: bash run: |