summaryrefslogtreecommitdiff
path: root/cashier/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-04-13 15:45:20 -0300
committerTorsten Grote <t@grobox.de>2020-04-13 15:45:20 -0300
commit489c480c636a641ee0fc5603b8bc196f3c75d3c6 (patch)
tree292f87471b6151a6bfea37f25cbd73abb6ee1f83 /cashier/.gitlab-ci.yml
parent6e3e99e6126c5c9576ed46f4cbd0c81a966c7f17 (diff)
downloadtaler-android-489c480c636a641ee0fc5603b8bc196f3c75d3c6.tar.gz
taler-android-489c480c636a641ee0fc5603b8bc196f3c75d3c6.tar.bz2
taler-android-489c480c636a641ee0fc5603b8bc196f3c75d3c6.zip
[common] run unit tests in CI
Diffstat (limited to 'cashier/.gitlab-ci.yml')
-rw-r--r--cashier/.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/cashier/.gitlab-ci.yml b/cashier/.gitlab-ci.yml
index e5f02ad..6a7baed 100644
--- a/cashier/.gitlab-ci.yml
+++ b/cashier/.gitlab-ci.yml
@@ -7,7 +7,7 @@ cashier_test:
- cashier/**/*
- taler-kotlin-common/**/*
- build.gradle
- script: ./gradlew :cashier:lint :cashier:assembleRelease
+ script: ./gradlew :cashier:check :cashier:assembleRelease
artifacts:
paths:
- cashier/build/reports/lint-results.html