From c9fb036798fc533a07b4b75386b51151b31f8be0 Mon Sep 17 00:00:00 2001 From: Torsten Grote Date: Mon, 20 Jul 2020 16:37:46 -0300 Subject: [pos] create merchant-lib and move first v1 API endpoint there --- merchant-lib/.gitlab-ci.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 merchant-lib/.gitlab-ci.yml (limited to 'merchant-lib/.gitlab-ci.yml') diff --git a/merchant-lib/.gitlab-ci.yml b/merchant-lib/.gitlab-ci.yml new file mode 100644 index 0000000..62a7516 --- /dev/null +++ b/merchant-lib/.gitlab-ci.yml @@ -0,0 +1,11 @@ +merchant_lib_test: + stage: test + only: + changes: + - merchant-lib/**/* + - build.gradle + script: ./gradlew :merchant-lib:check + artifacts: + paths: + - merchant-lib/build/reports/lint-results.html + expire_in: 1 week -- cgit v1.2.3