Skip to content

Commit

Permalink
Pinning chrome version to v119 (#20)
Browse files Browse the repository at this point in the history
  • Loading branch information
fblupi authored Feb 13, 2024
1 parent 7a06e8b commit 9816b03
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,18 @@ jobs:
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: Bundle Install
run: bundle install

Expand Down

0 comments on commit 9816b03

Please sign in to comment.