Repository Unit Tests #50

Merged
AmineB merged 38 commits from davidoskky/ReaderForSelfoss-multiplatform:repository_tests into master 2022-09-30 11:31:55 +00:00
Showing only changes of commit c0381144d1 - Show all commits

View File

@ -15,6 +15,11 @@ steps:
SONAR_LOGIN:
from_secret: sonarScannerLogin
- name: test
image: mingc/android-build-box:latest
commands:
- ./gradlew test -PignoreGitVersion=true -P appLoginUrl="\"URL\"" -P appLoginUsername="\"LOGIN\"" -P appLoginPassword="\"PASS\"" -P pushCache=false
- name: build
image: mingc/android-build-box:latest
commands: