We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 79e2821 commit d1260eaCopy full SHA for d1260ea
1 file changed
.github/workflows/e2e-tests.yml
@@ -115,7 +115,10 @@ jobs:
115
script: |
116
adb install example/android/app/build/outputs/apk/debug/app-debug.apk
117
maestro test ./example/maestro/ --format junit --output maestro-results.xml
118
- mv maestro-results.xml example/
+ ls -la
119
+ cat maestro-results.xml || echo "Results file not found in root"
120
+ mv maestro-results.xml example/ || echo "Could not move file"
121
+ ls -la example/
122
123
- name: Upload Maestro test results
124
if: always()
0 commit comments