Skip to content

Commit

Permalink
Use the latest chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyoffice-testing-robot committed Nov 3, 2023
1 parent 314d2d6 commit af7da9c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,11 @@ jobs:
bundle install --jobs 4 --retry 3
- name: Check source files using `rubocop`
run: rubocop
- name: Update to current stable google-chrome
run: |
echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" | sudo tee /etc/apt/sources.list.d/google-chrome.list
sudo apt-get -y update
sudo apt-get -y install google-chrome-stable
- name: Run single browser spec to check sanity
run: |
rspec spec/functional/helpcenter_main_page_links_spec.rb

0 comments on commit af7da9c

Please sign in to comment.