Skip to content

Commit

Permalink
use specific chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Feb 22, 2024
1 parent 404f329 commit 97913d4
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,13 @@ jobs:

- uses: actions/setup-node@v4
with:
node-version: '20'
node-version: '20'

- name: Setup Chrome
uses: browser-actions/[email protected]
with:
chrome-version: 114.0.5735.90


- name: 'Run database migrations'
env:
Expand Down
1 change: 1 addition & 0 deletions spec/support/capybara.rb
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
options.add_argument('--disable-dev-shm-usage')
Webdrivers::Chromedriver.required_version = '114.0.5735.90'


Capybara::Selenium::Driver.new(
app,
browser: :chrome,
Expand Down

0 comments on commit 97913d4

Please sign in to comment.