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
This commit is contained in:
Riccardo Cipolleschi
2024-07-29 05:41:51 -07:00
committed by Facebook GitHub Bot
parent af2cdcb752
commit 3e3f9fc060
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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
+1 -1
View File
@@ -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: |