Skip to content

Commit d1260ea

Browse files
testing another pipeline change
1 parent 79e2821 commit d1260ea

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/e2e-tests.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,10 @@ jobs:
115115
script: |
116116
adb install example/android/app/build/outputs/apk/debug/app-debug.apk
117117
maestro test ./example/maestro/ --format junit --output maestro-results.xml
118-
mv maestro-results.xml example/
118+
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/
119122
120123
- name: Upload Maestro test results
121124
if: always()

0 commit comments

Comments
 (0)