Skip to content

Commit

Permalink
More fixes to public CI (#1919)
Browse files Browse the repository at this point in the history
  • Loading branch information
kiryldz authored Aug 2, 2023
1 parent 5981572 commit 47b9f31
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 47b9f31

Please sign in to comment.