diff options
author | Torsten Grote <t@grobox.de> | 2020-04-13 15:45:20 -0300 |
---|---|---|
committer | Torsten Grote <t@grobox.de> | 2020-04-13 15:45:20 -0300 |
commit | 489c480c636a641ee0fc5603b8bc196f3c75d3c6 (patch) | |
tree | 292f87471b6151a6bfea37f25cbd73abb6ee1f83 /merchant-terminal | |
parent | 6e3e99e6126c5c9576ed46f4cbd0c81a966c7f17 (diff) | |
download | taler-android-489c480c636a641ee0fc5603b8bc196f3c75d3c6.tar.gz taler-android-489c480c636a641ee0fc5603b8bc196f3c75d3c6.tar.bz2 taler-android-489c480c636a641ee0fc5603b8bc196f3c75d3c6.zip |
[common] run unit tests in CI
Diffstat (limited to 'merchant-terminal')
-rw-r--r-- | merchant-terminal/.gitlab-ci.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/merchant-terminal/.gitlab-ci.yml b/merchant-terminal/.gitlab-ci.yml index 76f25ad..034818c 100644 --- a/merchant-terminal/.gitlab-ci.yml +++ b/merchant-terminal/.gitlab-ci.yml @@ -5,7 +5,7 @@ merchant_test: - merchant-terminal/**/* - taler-kotlin-common/**/* - build.gradle - script: ./gradlew :merchant-terminal:lint :merchant-terminal:assembleRelease + script: ./gradlew :merchant-terminal:check :merchant-terminal:assembleRelease artifacts: paths: - merchant-terminal/build/reports/lint-results.html |