test getting chrome

pull/4069/head
filip mertens 1 year ago
parent be4118bea9
commit a9c11313e9
  1. 1
      .circleci/config.yml

@ -16,6 +16,7 @@ jobs:
working_directory: ~/remix-project working_directory: ~/remix-project
steps: steps:
- checkout - checkout
- run: wget https://dl.google.com/linux/direct/google-chrome-stable_current_amd64.deb
- restore_cache: - restore_cache:
keys: keys:
- v1-deps-{{ checksum "yarn.lock" }} - v1-deps-{{ checksum "yarn.lock" }}

Loading…
Cancel
Save