Skip to content

Commit

Permalink
Change to build, not just tests
Browse files Browse the repository at this point in the history
  • Loading branch information
dkim19375 authored May 29, 2021
1 parent d19a179 commit 221690b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gradle-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,4 +24,4 @@ jobs:
- name: Grant execute permission for gradlew
run: chmod +x gradlew
- name: Build with Gradle
run: ./gradlew clean test
run: ./gradlew clean shadowJar

0 comments on commit 221690b

Please sign in to comment.