From 47b9f31d48a108ea97337a4d7e2571b69f3b5872 Mon Sep 17 00:00:00 2001 From: Kiryl Dzehtsiarenka Date: Wed, 2 Aug 2023 19:15:04 +0300 Subject: [PATCH] More fixes to public CI (#1919) --- .circleci/config.yml | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 891b8d04c3..3a219ae9fa 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -120,7 +120,7 @@ commands: - run: name: Run JVM unit tests & create jacoco code coverage report no_output_timeout: 15m - command: ./gradlew jacocoTestPublicDebugUnitTestReport + command: ./gradlew jacocoTestDebugUnitTestReport # - run: # name: Upload codecov # command: bash <(curl -sSfL https://codecov.io/bash) @@ -449,11 +449,12 @@ jobs: steps: - checkout - restore-gradle-cache - - run: - no_output_timeout: 30m - name: verify-api-kotlin-binary-compatibility - command: | - ./gradlew checkApiKotlinValidator + # FIXME https://mapbox.atlassian.net/browse/MAPSAND-788 + # - run: + # no_output_timeout: 30m + # name: verify-api-kotlin-binary-compatibility + # command: | + # ./gradlew checkApiKotlinValidator - run: exit 0 verify-api-revapi: