Skip to content

Commit

Permalink
fixed build argument
Browse files Browse the repository at this point in the history
  • Loading branch information
NonSwag committed Jul 7, 2024
1 parent 3acf1c0 commit 0a02017
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ jobs:
- name: Build with Gradle
uses: gradle/actions/setup-gradle@v3
with:
arguments: shadowJar
- name: Test and build with Gradle
arguments: build
- name: Test with Gradle
run: ./gradlew test

0 comments on commit 0a02017

Please sign in to comment.