Skip to content

Commit

Permalink
Update git-action-main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
meltapplee authored Nov 25, 2024
1 parent bd04d84 commit f8625cc
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/git-action-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,14 @@ jobs:
with:
java-version: '17'
distribution: 'temurin'

- name: Build Gradle
uses: gradle/gradle-build-action@v2
with:
arguments: |
build
--build-cache
--no-daemon
- name: Run tests with verbose output
run: ./gradlew test -i

0 comments on commit f8625cc

Please sign in to comment.