Skip to content

Commit

Permalink
Add apiCheck step to CI
Browse files Browse the repository at this point in the history
  • Loading branch information
zsmb13 committed May 10, 2024
1 parent 230de7b commit 68e41bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ jobs:
with:
distribution: 'zulu'
java-version: 21
- name: API check
run: ./gradlew apiCheck
- name: Debug build
run: ./gradlew assembleDebug --stacktrace
- name: Unit test
Expand Down

0 comments on commit 68e41bd

Please sign in to comment.