Skip to content

Commit dc4d5e8

Browse files
Abbondanzometa-codesync[bot]
authored andcommitted
Bump Maestro CI version to 2.6.1 for rn-tester e2e (#57307)
Summary: Pull Request resolved: #57307 Bumps `MAESTRO_VERSION` from `1.40.0` to `2.6.1` so we can use the new the visual-regression `assertScreenshot` command. The two Maestro 2.0.0 breaking changes are already satisfied: JDK 17 is set up in both actions (`actions/setup-java@v5`), and the flows use only plain `${...}` variable interpolation rather than the JS scripting affected by the Rhino -> GraalJS engine swap. Changelog: [Internal] Reviewed By: christophpurrer Differential Revision: D109359976 fbshipit-source-id: 78377a8dadaaee5d316513adc47d56a2b9b4dc40
1 parent 91886f7 commit dc4d5e8

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/actions/maestro-android/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ runs:
3232
steps:
3333
- name: Installing Maestro
3434
shell: bash
35-
run: export MAESTRO_VERSION=1.40.0; curl -Ls "https://get.maestro.mobile.dev" | bash
35+
run: export MAESTRO_VERSION=2.6.1; curl -Ls "https://get.maestro.mobile.dev" | bash
3636
- name: Set up JDK 17
3737
if: ${{ inputs.install-java == 'true' }}
3838
uses: actions/setup-java@v5

.github/actions/maestro-ios/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ runs:
2424
steps:
2525
- name: Installing Maestro
2626
shell: bash
27-
run: export MAESTRO_VERSION=1.40.0; curl -Ls "https://get.maestro.mobile.dev" | bash
27+
run: export MAESTRO_VERSION=2.6.1; curl -Ls "https://get.maestro.mobile.dev" | bash
2828
- name: Installing Maestro dependencies
2929
shell: bash
3030
run: |

0 commit comments

Comments
 (0)