From 9920d8955e1e7e4fea155572aec92c19f35fe1a4 Mon Sep 17 00:00:00 2001 From: Daniel Barber Date: Sun, 12 Feb 2023 13:13:43 -0600 Subject: [PATCH] Updated config.yml --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 36cde3b..37aa5be 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -5,13 +5,13 @@ orbs: jobs: build: - working_directory: ~/ docker: - image: cimg/elixir:1.14-browsers - image: cimg/postgres:14.6 steps: + - browser-tools/install-chrome + - browser-tools/install-chromedriver - checkout - - browser-tools/install-browser-tools - run: name: Install hex command: mix local.hex --force