Skip to content

Commit

Permalink
attempt to help Jurgen with chrome path
Browse files Browse the repository at this point in the history
  • Loading branch information
JJWTimmer committed Dec 4, 2022
1 parent 5a0efc8 commit dcdc097
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Compile & Bootstrap
env:
DISPLAY: ":99:0"
run: mvn -B compile -Dwebdriver.chrome.driver=/usr/local/bin/chromedriver -Dwebdriver.chrome.browser=/tmp/chrome-FaFp0z/chrome -Drascal.compile.skip
run: mvn -B compile -Dwebdriver.chrome.driver=/usr/local/bin/chromedriver -Dwebdriver.chrome.browser=`which chrome` -Drascal.compile.skip

- name: Test if release # just to be extra sure for a release
if: startsWith(github.ref, 'refs/tags/v')
Expand Down

0 comments on commit dcdc097

Please sign in to comment.