From 031aa5a9d1db711b75bd3b14c86a20982b85e429 Mon Sep 17 00:00:00 2001 From: Victor Andreasson Date: Thu, 21 Mar 2024 07:15:20 +0100 Subject: [PATCH] Only run tests on the "premium" build It is the same as the Fdroid build, only with Dropbox support added. Testing both builds takes forever, and the only difference is Dropbox tests are not run when testing the Fdroid build. --- .github/workflows/test.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 444b83e27..f3d5f09e5 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -74,4 +74,5 @@ jobs: disable-animations: true disable-spellchecker: true profile: Nexus 6 - script: ./gradlew connectedCheck + # Run tests against the build with Dropbox included + script: ./gradlew connectedPremiumDebugAndroidTest --stacktrace