Skip to content

Commit

Permalink
don't manually install chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwoldatwork committed Sep 18, 2023
1 parent e6b6e0c commit 7a89793
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ jobs:
- run: bundle exec rake db:create
- run: bundle exec rake db:schema:load

# Install chrome driver
- run:
name: Setup Chrome
command: |
wget https://dl.google.com/linux/chrome/deb/pool/main/g/google-chrome-stable/google-chrome-stable_114.0.5735.198-1_amd64.deb
sudo apt install ./google-chrome-stable_114.0.5735.198-1_amd64.deb
# run tests!
- run:
name: run tests
Expand Down

0 comments on commit 7a89793

Please sign in to comment.