Skip to content

Commit

Permalink
Chrome with chromedriver
Browse files Browse the repository at this point in the history
  • Loading branch information
amatsuda committed Aug 2, 2024
1 parent 79c430c commit 9d3b308
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,10 @@ jobs:
bundler-cache: true
continue-on-error: ${{ matrix.allow_failures == 'true' }}

# - uses: browser-actions/setup-chrome@v1
# - run: chrome --version
- uses: browser-actions/setup-chrome@v1
with:
install-chromedriver: true
- run: chrome --version

- run: bundle exec rake
continue-on-error: ${{ matrix.allow_failures == 'true' }}

0 comments on commit 9d3b308

Please sign in to comment.