We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d19810d commit ace95fcCopy full SHA for ace95fc
.github/workflows/build.yaml
@@ -32,7 +32,7 @@ jobs:
32
cache: 'maven'
33
34
- name: Test with Maven
35
- run: mvn -B --update-snapshots compile test
+ run: mvn -B --update-snapshots -Dwebdriver.chrome.driver=/usr/local/bin/chromedriver -Dwebdriver.chrome.browser=`which chrome` compile test
36
37
- name: Attach artifact
38
id: build-artifact
0 commit comments