Skip to content

Commit 6530573

Browse files
none: try listing maestro version and returning tag to default
1 parent 6364fda commit 6530573

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.circleci/config.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,13 @@ jobs:
117117
executor:
118118
name: android/android-machine
119119
resource-class: large
120-
tag: 2021.10.1
120+
tag: default
121121
working_directory: ~/project
122122
steps:
123123
- checkout:
124124
path: ~/project
125125
- node/install:
126-
node-version: '18.17.0'
126+
node-version: 18.17.0
127127

128128
- attach_workspace:
129129
at: ~/project
@@ -209,6 +209,11 @@ jobs:
209209
name: List available simulators
210210
command: xcrun simctl list
211211

212+
- run:
213+
working_directory: example/e2e
214+
name: Check Maestro version
215+
command: maestro -v
216+
212217
- run:
213218
working_directory: example/e2e
214219
name: Run UI Tests

0 commit comments

Comments
 (0)