Skip to content

Commit

Permalink
Update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ZacSweers committed Feb 3, 2024
1 parent d510368 commit 1bb7af0
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,11 @@ jobs:
distribution: 'zulu'
java-version: '20'

- name: Setup Gradle
uses: gradle/actions/setup-gradle@v3

- name: Build and test
uses: gradle/gradle-build-action@v3
with:
arguments: check
run: ./gradlew check --quiet

- name: (Fail-only) Upload build reports
if: failure()
Expand Down

0 comments on commit 1bb7af0

Please sign in to comment.