Skip to content

Commit

Permalink
ci: turn on unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed May 20, 2024
1 parent 3f7c97c commit 32adf2f
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 @@ -28,7 +28,7 @@ jobs:
id: build
uses: gradle/gradle-build-action@v3
with:
arguments: build -x test -x groovydoc -x codenarcMain -x codenarcTest -x checkstyleMain -x checkstyleTest
arguments: build -x codenarcMain -x codenarcTest -x checkstyleMain -x checkstyleTest
publish:
if: github.event_name == 'push'
needs: ["build"]
Expand Down

0 comments on commit 32adf2f

Please sign in to comment.