Open nonkor opened 7 years ago
For example, calling ./gradlew runApiTestKcsbase returns output:
./gradlew runApiTestKcsbase
:kcsbase:test UP-TO-DATE :kcsbase:check UP-TO-DATE BUILD SUCCESSFUL
Actually, API tests were modified and it should trigger the build. ./gradlew checkApiBehaviourKcsbase works as expected - tests are started when it's called.
./gradlew checkApiBehaviourKcsbase
For example, calling
./gradlew runApiTestKcsbase
returns output:Actually, API tests were modified and it should trigger the build.
./gradlew checkApiBehaviourKcsbase
works as expected - tests are started when it's called.