Skip to content

Commit

Permalink
Run tests without a specific version of chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoyne committed Oct 18, 2024
1 parent a51fcd5 commit a2b3675
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:

jobs:
test:
runs-on: ubuntu-22.04
runs-on: ubuntu-latest
name: test (ruby ${{ matrix.ruby }} / rails ${{ matrix.rails_version }} / blacklight ${{ matrix.blacklight_version }} ${{ matrix.additional_name }})
strategy:
matrix:
Expand Down Expand Up @@ -41,20 +41,9 @@ jobs:
ENGINE_CART_RAILS_OPTIONS: "--skip-git --skip-listen --skip-spring --skip-keeps --skip-coffee --skip-test ${{ matrix.additional_engine_cart_rails_options }}"
steps:
- uses: actions/checkout@v4
# Remove these Chrome steps after https://issues.chromium.org/issues/351858989 is fixed
- name: Setup a specific version of Chrome
uses: browser-actions/setup-chrome@v1
id: setup-chrome
with:
chrome-version: 126
install-chromedriver: true
install-dependencies: true
- name: Set CHROME_BIN environment variable
run: echo "CHROME_BIN=${{ steps.setup-chrome.outputs.chrome-path }}" >> $GITHUB_ENV
- name: Set up Ruby ${{ matrix.ruby }}
uses: ruby/setup-ruby@v1
with:
bundler-cache: false
bundler: "latest"
ruby-version: ${{ matrix.ruby }}
- name: Change permissions
Expand Down

0 comments on commit a2b3675

Please sign in to comment.