Skip to content

Commit

Permalink
Run tests in Cirrus CI again
Browse files Browse the repository at this point in the history
  • Loading branch information
stevesoltys committed Sep 19, 2024
1 parent 1355833 commit 4992b4c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .cirrus.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,10 +48,10 @@ instrumentation_tests_task:
adb shell bmgr transport com.stevesoltys.seedvault.transport.ConfigurableBackupTransport;
adb reboot;
adb wait-for-device shell 'while [[ -z $(getprop sys.boot_completed) ]]; do sleep 1; done;';
run_large_tests_script: ./gradlew -Pinstrumented_test_size=large :app:connectedAndroidTest
run_medium_tests_script: ./gradlew -Pinstrumented_test_size=medium :app:connectedAndroidTest
run_large_tests_script: ./gradlew -Pinstrumented_test_size=large :app:connectedAndroidTest
always:
pull_screenshots_script:
adb pull /sdcard/seedvault_test_videos
adb pull /sdcard/seedvault_test_results
screenshots_artifacts:
path: "seedvault_test_videos/**/*.mp4"
path: "seedvault_test_results/**/*.mp4"

0 comments on commit 4992b4c

Please sign in to comment.