Add initial product flavors section (BIT-138) (#442)

This commit is contained in:
Sean Weiser
2023-12-28 13:10:30 -06:00
committed by GitHub
parent 8fc3e62d89
commit 7f19640996
3 changed files with 13 additions and 2 deletions

View File

@@ -37,7 +37,7 @@ jobs:
- name: Build and Run Check
# Run checks while excluding release-build tests, which are not configured to work properly
# with the Compose testing library.
run: ./gradlew check -x testRelease koverXmlReportDebug
run: ./gradlew check -x testStandardRelease -x testFdroidRelease koverXmlReportStandardDebug
- name: Danger
env: