diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 1b7e76ebe..d1a0a2d9b 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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 @@ -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