Skip to content

Commit

Permalink
Update gradle.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewcell committed Feb 22, 2024
1 parent f7d1b85 commit 6274a71
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
with:
java-version: '11'
distribution: 'temurin'
- name: Test with Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: test
- name: Build with Gradle
uses: gradle/gradle-build-action@v2
with:
Expand Down

0 comments on commit 6274a71

Please sign in to comment.