mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
committed by
Facebook GitHub Bot
parent
af2cdcb752
commit
3e3f9fc060
@@ -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
|
||||
|
||||
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user