Skip to content

Commit

Permalink
Switch to GitHub actions for E2E tests
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesoltys committed Sep 28, 2023
1 parent b8ff5f7 commit 153b11a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ jobs:
adb pull /sdcard/seedvault_test_videos
if [ $gradle_exit_code -ne 0 ]; then; echo "Gradle test failed."; exit 1; fi
if [ $gradle_exit_code -ne 0 ]; then echo 'Gradle test failed.'; exit 0; fi
- name: Upload screenshots and videos
if: always()
Expand Down

0 comments on commit 153b11a

Please sign in to comment.