Skip to content

Commit ace95fc

Browse files
authored
Configured mvn test run with locations of chrome and chromedriver
1 parent d19810d commit ace95fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
cache: 'maven'
3333

3434
- name: Test with Maven
35-
run: mvn -B --update-snapshots compile test
35+
run: mvn -B --update-snapshots -Dwebdriver.chrome.driver=/usr/local/bin/chromedriver -Dwebdriver.chrome.browser=`which chrome` compile test
3636

3737
- name: Attach artifact
3838
id: build-artifact

0 commit comments

Comments
 (0)