Skip to content

Commit

Permalink
Temporarily skip tests and publish artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
codeconsole committed Sep 26, 2024
1 parent bb1f575 commit 498f0b4
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 @@ -34,7 +34,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 groovydoc
arguments: build -x test groovydoc
publish:
if: github.event_name == 'push'
needs: ["build"]
Expand Down

0 comments on commit 498f0b4

Please sign in to comment.