Skip to content

Commit

Permalink
dont fail e2e test when ending screenrecord fails (#1977)
Browse files Browse the repository at this point in the history
  • Loading branch information
bartekpacia authored Aug 29, 2024
1 parent a617b61 commit 3ce9bdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ jobs:

- name: Stop screen recording of AVD
run: |
adb shell pkill -SIGINT screenrecord
adb shell pkill -SIGINT screenrecord || echo "exited with code $?" && exit 0
sleep 5 # prevent video file corruption
adb pull /sdcard/screenrecord.mp4 ~/maestro_screenrecord.mp4
Expand Down

0 comments on commit 3ce9bdb

Please sign in to comment.