Skip to content

Commit

Permalink
different gradle commands
Browse files Browse the repository at this point in the history
  • Loading branch information
FKD13 committed Mar 25, 2024
1 parent 991c8f3 commit 6670b8a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
run: chmod +x gradlew

- name: Build
run: ./gradlew build
run: ./gradlew compileJava compileTestJava

- name: Test
run: ./gradlew test

0 comments on commit 6670b8a

Please sign in to comment.