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: |