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 0556df9 commit 913733aCopy full SHA for 913733a
1 file changed
.github/workflows/e2e.yml
@@ -170,7 +170,9 @@ jobs:
170
171
- name: Install Maestro
172
if: env.turbo_cache_hit != 1
173
- uses: dniHze/maestro-test-action@v1
+ run: |
174
+ curl -Ls "https://get.maestro.mobile.dev" | bash
175
+ echo "$HOME/.maestro/bin" >> $GITHUB_PATH
176
177
- name: Boot iOS Simulator
178
@@ -186,9 +188,7 @@ jobs:
186
188
187
189
- name: Run Maestro tests
190
- run: |
- export PATH="$PATH":"$HOME/.maestro/bin"
191
- maestro test .maestro/ --format junit --output report.xml
+ run: maestro test .maestro/ --format junit --output report.xml
192
193
- name: Upload test report
194
if: always() && env.turbo_cache_hit != 1
0 commit comments