Skip to content

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
krystofwoldrich committed Oct 18, 2024
1 parent 069f17d commit 7fc41c1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/integration-tests-ui-critical.yml
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,7 @@ jobs:
-timezone US/Pacific
script: |
adb install -r -d "${{env.APK_NAME}}"
maestro test \
"${{env.BASE_PATH}}/maestro" \
--debug-output "${{env.BASE_PATH}}/maestro-logs"
maestro test "${{env.BASE_PATH}}/maestro" --debug-output "${{env.BASE_PATH}}/maestro-logs"
- name: Upload Maestro test results
if: failure()
Expand Down

0 comments on commit 7fc41c1

Please sign in to comment.