Always upload artifacts so we have APKs for testing

This commit is contained in:
Torsten Grote 2024-02-13 11:17:00 -03:00
parent 2eb8abd593
commit 87b66c08d5
No known key found for this signature in database
GPG Key ID: 3E5F77D92CF891FF
1 changed files with 8 additions and 0 deletions

View File

@ -80,6 +80,14 @@ app assembleFullRelease test:
- libs/**/*
script:
- ./gradlew :app:assembleFullRelease :app:testFullDebugUnitTest
artifacts:
name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}"
paths:
- app/build/reports
- app/build/outputs/apk
- libs/*/build/reports
expire_in: 1 week
when: always
libs db test:
<<: *test-template