From 1a395f29227ed217c3388e370cc8e0a7bc323713 Mon Sep 17 00:00:00 2001 From: Simon Warta Date: Wed, 6 Oct 2021 14:57:54 +0200 Subject: [PATCH] Install chrome via orb --- .circleci/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 6d7847ee..194ee475 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,4 +1,8 @@ -version: 2 +version: 2.1 + +orbs: + browser-tools: circleci/browser-tools@1.2.2 + workflows: version: 2 workflow: @@ -302,6 +306,7 @@ jobs: # Available images: https://circleci.com/docs/2.0/configuration-reference/#available-machine-images image: ubuntu-2004:202107-02 steps: + - browser-tools/install-chrome # Slow because apt update but what can you do 🤷‍ - run: name: Install Git Large File Storage (LFS) # In the current image, `sudo apt install git-lfs` requires `sudo apt update` which is too slow