Skip to content

Commit

Permalink
ci: validate binary compatibility on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
wzieba committed Dec 14, 2023
1 parent a07a364 commit 8f043d1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,8 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: gradle
- name: Validate binary compatibility
run: ./gradlew apiCheck
- name: Build library
run: ./gradlew :parsely:assembleDebug
- name: Build example app
Expand Down

0 comments on commit 8f043d1

Please sign in to comment.