Skip to content

Commit 6f8dabe

Browse files
committed
chore(ci): Update maestro to latest version
1 parent 7e07e38 commit 6f8dabe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/android.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Install Maestro CLI
4141
run: |
42-
export MAESTRO_VERSION=1.31.0; curl -Ls "https://get.maestro.mobile.dev" | bash
42+
export MAESTRO_VERSION=1.39.2; curl -Ls "https://get.maestro.mobile.dev" | bash
4343
brew tap facebook/fb
4444
brew install facebook/fb/idb-companion
4545

.github/workflows/ios.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151

5252
- name: Install Maestro CLI
5353
run: |
54-
export MAESTRO_VERSION=1.31.0; curl -Ls "https://get.maestro.mobile.dev" | bash
54+
export MAESTRO_VERSION=1.39.2; curl -Ls "https://get.maestro.mobile.dev" | bash
5555
brew tap facebook/fb
5656
brew install facebook/fb/idb-companion
5757

0 commit comments

Comments
 (0)