Also do assembleFullRelease for the app in CI

This commit is contained in:
Torsten Grote 2023-06-12 14:31:19 -03:00 committed by Hans-Christoph Steiner
parent 373d038cc9
commit 8266745fe9
1 changed files with 2 additions and 2 deletions

View File

@ -68,14 +68,14 @@ workflow:
- .gitlab-ci.yml
- build.gradle
app test:
app assembleFullRelease test:
<<: *test-template
rules:
- <<: *always-on-these-changes
- changes:
- app/**/*
script:
- ./gradlew :app:testFullDebugUnitTest
- ./gradlew :app:assembleFullRelease :app:testFullDebugUnitTest
libs db test:
<<: *test-template