We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6364fda commit 6530573Copy full SHA for 6530573
.circleci/config.yml
@@ -117,13 +117,13 @@ jobs:
117
executor:
118
name: android/android-machine
119
resource-class: large
120
- tag: 2021.10.1
+ tag: default
121
working_directory: ~/project
122
steps:
123
- checkout:
124
path: ~/project
125
- node/install:
126
- node-version: '18.17.0'
+ node-version: 18.17.0
127
128
- attach_workspace:
129
at: ~/project
@@ -209,6 +209,11 @@ jobs:
209
name: List available simulators
210
command: xcrun simctl list
211
212
+ - run:
213
+ working_directory: example/e2e
214
+ name: Check Maestro version
215
+ command: maestro -v
216
+
217
- run:
218
working_directory: example/e2e
219
name: Run UI Tests
0 commit comments