Skip to content

Commit

Permalink
Enable Unit Tests
Browse files Browse the repository at this point in the history
Closes gh-18
  • Loading branch information
rainboyan committed Oct 11, 2024
1 parent 5048fbc commit 8d46b89
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:
id: build
uses: gradle/gradle-build-action@v3
with:
arguments: build -x test -x findMainClass
arguments: build
publish:
if: github.event_name == 'push'
needs: ["build"]
Expand Down

0 comments on commit 8d46b89

Please sign in to comment.