Skip to content

Commit adce4de

Browse files
committed
Fixing nightly workflow for Windows
1 parent b3f13df commit adce4de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/java-examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,5 +103,5 @@ jobs:
103103
$new_version = "$major.$next_minor.0-SNAPSHOT"
104104
Write-Output "Using selenium.version $new_version for tests"
105105
cd examples/java
106-
& mvn -B -U test -D"jdk.internal.httpclient.disableHostnameVerification=true" -Dselenium.version=$new_version
106+
mvn -B -U test -D"jdk.internal.httpclient.disableHostnameVerification=true" -D"selenium.version=$new_version"
107107
}

0 commit comments

Comments
 (0)