diff --git a/.circleci/config.yml b/.circleci/config.yml index 6f72fafc4..1c839d097 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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