Skip to content

Commit

Permalink
Run on both fdroid and premium flavors
Browse files Browse the repository at this point in the history
  • Loading branch information
amberin authored May 17, 2024
1 parent fdfb5ed commit 954d24b
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 @@ -22,6 +22,7 @@ jobs:
matrix:
# TODO: Run on lowest and highest supported API
api-level: [29, 34]
flavor: [Fdroid, Premium]
steps:
- name: checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -84,4 +85,4 @@ jobs:
disable-spellchecker: true
profile: Nexus 6
# Tests should use the build which includes Dropbox code.
script: ./gradlew connectedPremiumDebugAndroidTest --no-watch-fs --build-cache --info
script: ./gradlew connected${{matrix.flavor}}DebugAndroidTest --no-watch-fs --build-cache --info

0 comments on commit 954d24b

Please sign in to comment.