Skip to content

Commit

Permalink
Add task to check browser start
Browse files Browse the repository at this point in the history
  • Loading branch information
onlyoffice-testing-robot committed Nov 3, 2023
1 parent 4881ccc commit 314d2d6
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,13 +5,16 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Set up Ruby 3.2
- name: Set up Ruby 3.1
uses: ruby/setup-ruby@v1
with:
ruby-version: 3.2
ruby-version: 3.1
- name: Install dependencies
run: |
gem install bundler
bundle install --jobs 4 --retry 3
- name: Check source files using `rubocop`
run: rubocop
- name: Run single browser spec to check sanity
run: |
rspec spec/functional/helpcenter_main_page_links_spec.rb

0 comments on commit 314d2d6

Please sign in to comment.