Skip to content

Commit

Permalink
Try Chrome 114
Browse files Browse the repository at this point in the history
  • Loading branch information
kapoorlakshya committed Jul 8, 2024
1 parent 94fe85b commit c46a3b0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,11 @@ jobs:
with:
ruby-version: ${{ matrix.ruby-version }}
bundler-cache: true
- uses: browser-actions/setup-chrome@v1
with:
chrome-version: 114
install-dependencies: true
- run: export WD_CHROME_PATH=${{ steps.setup-chrome.outputs.chrome-path }}
- name: Run tests
run: bundle exec rake spec

Expand Down

0 comments on commit c46a3b0

Please sign in to comment.