Skip to content

Commit

Permalink
Merge pull request #13691 from codeconsole/7.0.x-ignore-tests
Browse files Browse the repository at this point in the history
Temporarily skip tests and publish artifacts
  • Loading branch information
codeconsole authored Sep 26, 2024
2 parents 3f44d4f + 498f0b4 commit aedf885
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 aedf885

Please sign in to comment.