Skip to content

Commit

Permalink
chore: Use build instead of check in CI
Browse files Browse the repository at this point in the history
This will highlight issues with Javadoc before merge.
  • Loading branch information
ajoberstar committed Nov 24, 2024
1 parent d73bc92 commit 8c53e37
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,5 @@ jobs:
uses: gradle/wrapper-validation-action@v1
- name: Setup Gradle
uses: gradle/gradle-build-action@v2
- name: Gradle check
run: ./gradlew check --continue
- name: Gradle build
run: ./gradlew build --continue

0 comments on commit 8c53e37

Please sign in to comment.