We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
atCheckWaiting
1 parent e56e484 commit de3f2f4Copy full SHA for de3f2f4
.github/workflows/gradle.yml
@@ -175,7 +175,7 @@ jobs:
175
- name: "🏃 Run Functional Tests"
176
env:
177
# Make Geb tests more resilient in slow CI environments
178
- JAVA_TOOL_OPTIONS: -Dgrails.geb.atCheckWaiting=true
+ JAVA_TOOL_OPTIONS: -Dgrails.geb.atCheckWaiting.enabled=true
179
run: >
180
./gradlew bootJar check
181
--continue
0 commit comments