Skip to content

Commit

Permalink
try full path
Browse files Browse the repository at this point in the history
  • Loading branch information
peuter committed Nov 1, 2023
1 parent d48980c commit 4cb18fc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/pull_request.yml
Expand Up @@ -106,8 +106,9 @@ jobs:
target: source
- name: Install grunt
run: npm install -g grunt-cli
- run: which google-chrome
- name: Run tests
run: grunt e2e-chrome
env:
CHROME_BIN: google-chrome-stable
CHROME_BIN: /usr/bin/google-chrome
WEBDRIVER_PATH: /usr/local/bin/chromedriver

0 comments on commit 4cb18fc

Please sign in to comment.