Skip to content

Commit

Permalink
fix pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kcinay055679 committed Feb 22, 2024
1 parent 2aa4bd0 commit 4ba05f3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Setup Chrome
uses: browser-actions/[email protected]
with:
version: 114
chrome-version: 114.0.5735.90


- name: 'Run database migrations'
Expand Down
2 changes: 1 addition & 1 deletion spec/support/capybara.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
options.add_argument('--no-sandbox')
options.add_argument('--disable-gpu')
options.add_argument('--disable-dev-shm-usage')

Webdrivers::Chromedriver.required_version = '114.0.5735.90'

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

0 comments on commit 4ba05f3

Please sign in to comment.