Skip to content

Commit

Permalink
Only run tests on the "premium" build
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
amberin committed Mar 21, 2024
1 parent 13dc5e7 commit 031aa5a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 031aa5a

Please sign in to comment.