Skip to content

Commit

Permalink
Try to add chrome alias for chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
otsch committed Aug 25, 2022
1 parent 80efc74 commit f1e9b58
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
chromedriver --url-base=/wd/hub &
sudo Xvfb -ac :99 -screen 0 1280x1024x24 > /dev/null 2>&1 & # optional
- name: Add chrome alias for chromedriver
run: alias chrome='chromedriver'

- name: Run integration tests
run: composer test-integration

Expand Down

0 comments on commit f1e9b58

Please sign in to comment.