Skip to content

Commit

Permalink
Work around id 'org.grails.plugins.views-json' + disable tests for sn…
Browse files Browse the repository at this point in the history
…apshot
  • Loading branch information
jamesfredley committed Sep 10, 2024
1 parent d836a1c commit d53e6b0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,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 -x integrationTest

- name: Publish Snapshot artifacts to Artifactory (repo.grails.org)
if: success()
Expand Down
2 changes: 1 addition & 1 deletion examples/functional-tests-plugin/build.gradle
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
plugins {
id 'java-library'
id 'org.grails.grails-plugin'
id 'org.grails.plugins.views-json'
//id 'org.grails.plugins.views-json'
}

group = 'functional.tests.plugin'
Expand Down

0 comments on commit d53e6b0

Please sign in to comment.