Skip to content

Commit

Permalink
Fixing chrome version (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
alecslupu authored Jan 31, 2024
1 parent f480dbb commit 12940a9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/test_app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,16 @@ jobs:
with:
chromedriver-version: 119.0.6045.105

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

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

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

- name: Setup Database
run: bundle exec rake test_app

Expand Down

0 comments on commit 12940a9

Please sign in to comment.