We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ae343fd commit 29560f0Copy full SHA for 29560f0
.github/workflows/build.yml
@@ -39,7 +39,7 @@ jobs:
39
./gradlew assemble
40
41
checks:
42
- name: Checks (unit tests and static analysis)
+ name: Checks (unit tests, static analysis and binary compatibility API check)
43
runs-on: ubuntu-latest
44
env:
45
JAVA_TOOL_OPTIONS: -Xmx4g
@@ -60,7 +60,7 @@ jobs:
60
path: ~/.gradle/caches
61
key: ${{ runner.os }}-${{ github.job }}-${{ hashFiles('**/*.gradle*') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}-${{ hashFiles('**/buildSrc/**/*.kt') }}
62
- run: |
63
- ./gradlew check -PslimTests
+ ./gradlew test apiCheck detekt lintDebug -PslimTests
64
65
deploy-snapshot:
66
name: Deploy snapshot
0 commit comments