diff --git a/ci/config.yml b/ci/config.yml index 3022ce4..683dab8 100644 --- a/ci/config.yml +++ b/ci/config.yml @@ -59,7 +59,7 @@ jobs: - run: name: "Run unit tests" - command: ./gradlew clean codeCoverageReport --stacktrace + command: ./gradlew clean check codeCoverageReport --stacktrace - run: name: "Aggregate test results"