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 4ba05f3 commit b1025d5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
8 changes: 1 addition & 7 deletions .github/workflows/rails.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,7 @@ jobs:

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

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

node-version: '20'

- name: 'Run database migrations'
env:
Expand Down
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,7 @@ group :test do
gem 'selenium-webdriver', '~> 4.18', '>= 4.18.1'
gem 'simplecov'
gem 'webdrivers'
gem 'chromedriver-helper
end
# Windows does not include zoneinfo files, so bundle the tzinfo-data gem
gem 'tzinfo-data', platforms: %i[mingw mswin x64_mingw jruby]

0 comments on commit b1025d5

Please sign in to comment.