Skip to content

Commit de3f2f4

Browse files
committed
ci: update Geb atCheckWaiting system property
1 parent e56e484 commit de3f2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/gradle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
- name: "🏃 Run Functional Tests"
176176
env:
177177
# Make Geb tests more resilient in slow CI environments
178-
JAVA_TOOL_OPTIONS: -Dgrails.geb.atCheckWaiting=true
178+
JAVA_TOOL_OPTIONS: -Dgrails.geb.atCheckWaiting.enabled=true
179179
run: >
180180
./gradlew bootJar check
181181
--continue

0 commit comments

Comments
 (0)