Skip to content

Commit 530994c

Browse files
authored
chore(ci): Fix maestro file naming and set correct version (#911)
1 parent e2039b3 commit 530994c

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

.github/workflows/android.yml

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

3434
- name: Install Maestro CLI
3535
run: |
36-
export MAESTRO_VERSION=1.39.1; curl -Ls "https://get.maestro.mobile.dev" | bash
36+
export MAESTRO_VERSION=1.31.0; curl -Ls "https://get.maestro.mobile.dev" | bash
3737
brew tap facebook/fb
3838
brew install facebook/fb/idb-companion
3939

.github/workflows/ios.yml

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

4646
- name: Install Maestro CLI
4747
run: |
48-
export MAESTRO_VERSION=1.39.1; curl -Ls "https://get.maestro.mobile.dev" | bash
48+
export MAESTRO_VERSION=1.31.0; curl -Ls "https://get.maestro.mobile.dev" | bash
4949
brew tap facebook/fb
5050
brew install facebook/fb/idb-companion
5151

maestro-tests/basic_example/tc14_pager_basic_example.yaml.yaml renamed to maestro-tests/basic_example/pager_basic_example.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,5 @@
11
appId: ${APP_ID}
2-
name: Verify prev and next buttons work
3-
onFlowStart:
4-
- startRecording: recording
5-
onFlowComplete: # <- and this
6-
- stopRecording
2+
name: Verify Basic Example flow
73
---
84
- launchApp
95
- assertVisible: 'PagerView Example (Fabric)'

maestro-tests/test2.yaml

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)