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 27, 2023
1 parent 57102e1 commit 9fe9a14
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,10 +69,8 @@ jobs:
sleep 10
adb shell bmgr transport com.stevesoltys.seedvault.transport.ConfigurableBackupTransport
set +e # Disable error exit
./gradlew -Pinstrumented_test_size=large :app:connectedAndroidTest
gradle_exit_code=$?
set -e # Enable error exit
gradle_exit_code=0
./gradlew --stacktrace -Pinstrumented_test_size=large :app:connectedAndroidTest || gradle_exit_code=$?
adb pull /sdcard/seedvault_test_videos
Expand Down

0 comments on commit 9fe9a14

Please sign in to comment.