Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix path
  • Loading branch information
krystofwoldrich committed Oct 18, 2024
commit 7fc41c171be3b0b6fae8ed120ffe1daf3b6b31d4
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