Skip to content

Commit

Permalink
Merge pull request #8 from grails/re-enable-tests
Browse files Browse the repository at this point in the history
re-enable tests
  • Loading branch information
jamesfredley authored Oct 22, 2024
2 parents 713d0ea + daa6d5b commit 5d20a1b
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:
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 -x test
arguments: build -Dgeb.env=chromeHeadless
publish:
if: github.event_name == 'push'
runs-on: ubuntu-latest
Expand Down

0 comments on commit 5d20a1b

Please sign in to comment.