summaryrefslogtreecommitdiff
path: root/wallet/.gitlab-ci.yml
diff options
context:
space:
mode:
authorTorsten Grote <t@grobox.de>2020-04-13 15:39:34 -0300
committerTorsten Grote <t@grobox.de>2020-04-13 15:39:34 -0300
commit6e3e99e6126c5c9576ed46f4cbd0c81a966c7f17 (patch)
tree0b26fcda7b64423904610d268c72553c54612466 /wallet/.gitlab-ci.yml
parente6229b300ab59d3db0b628f3a0b0eea304f1921b (diff)
downloadtaler-android-6e3e99e6126c5c9576ed46f4cbd0c81a966c7f17.tar.gz
taler-android-6e3e99e6126c5c9576ed46f4cbd0c81a966c7f17.tar.bz2
taler-android-6e3e99e6126c5c9576ed46f4cbd0c81a966c7f17.zip
[wallet] Fix HistoryEventTest and run unit tests in CI
Diffstat (limited to 'wallet/.gitlab-ci.yml')
-rw-r--r--wallet/.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/wallet/.gitlab-ci.yml b/wallet/.gitlab-ci.yml
index bc7250b..dc1ce2f 100644
--- a/wallet/.gitlab-ci.yml
+++ b/wallet/.gitlab-ci.yml
@@ -5,7 +5,7 @@ wallet_test:
- wallet/**/*
- taler-kotlin-common/**/*
- build.gradle
- script: ./gradlew :wallet:lint :wallet:assembleRelease
+ script: ./gradlew :wallet:lint :wallet:check :wallet:assembleRelease
artifacts:
paths:
- wallet/build/reports/lint-results.html