Skip to content

Commit

Permalink
Add chromedriver workaround
Browse files Browse the repository at this point in the history
  • Loading branch information
laurajaime committed Jul 17, 2024
1 parent 62b40aa commit 902fa76
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,23 @@ jobs:
- name: Set bundle local config configvendor/bundle path
run: bundle config set --local path 'vendor/bundle'

# chromedriver workaround
- uses: nanasess/setup-chromedriver@v2
with:
chromedriver-version: 119.0.6045.105

- name: List Chrome
shell: "bash"
run: apt list --installed | grep chrome

- name: Remove Chrome
shell: "bash"
run: sudo apt remove google-chrome-stable

- uses: browser-actions/setup-chrome@v1
with:
chrome-version: 119.0.6045.105

- name: Install Ruby deps
uses: nick-invision/retry@v2
with:
Expand Down

0 comments on commit 902fa76

Please sign in to comment.