Skip to content

Commit

Permalink
Merge pull request #6 from grails/skip-tests-initial-snapshots
Browse files Browse the repository at this point in the history
skip tests to publish initial snapshots
  • Loading branch information
jamesfredley authored Oct 22, 2024
2 parents 844f24e + 446cadc commit 713d0ea
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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 -Dgeb.env=chromeHeadless
arguments: build -Dgeb.env=chromeHeadless -x test
publish:
if: github.event_name == 'push'
runs-on: ubuntu-latest
Expand Down Expand Up @@ -79,4 +79,4 @@ jobs:
DOC_SUB_FOLDER: hibernate
DOC_FOLDER: gh-pages
COMMIT_EMAIL: '[email protected]'
COMMIT_NAME: 'grails-build'
COMMIT_NAME: 'grails-build'

0 comments on commit 713d0ea

Please sign in to comment.