Skip to content

Commit

Permalink
Grace: update github workflows
Browse files Browse the repository at this point in the history
skip tests
  • Loading branch information
rainboyan committed Feb 27, 2024
1 parent ce78318 commit 15e3800
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 @@ -32,7 +32,7 @@ jobs:
GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_USER }}
GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY: ${{ secrets.GRADLE_ENTERPRISE_BUILD_CACHE_NODE_KEY }}
with:
arguments: build -x groovydoc -x codenarcMain -x codenarcTest -x checkstyleMain -x checkstyleTest
arguments: build -x test -x groovydoc -x codenarcMain -x codenarcTest -x checkstyleMain -x checkstyleTest
publish:
if: github.event_name == 'push'
needs: ["build"]
Expand Down

0 comments on commit 15e3800

Please sign in to comment.