From 337ceed2ed53f2ad956695ef5f97f893cb8550cd Mon Sep 17 00:00:00 2001 From: Anthony Johnson Date: Wed, 28 Jun 2023 19:08:09 -0700 Subject: [PATCH] :shrug: :shrug: --- .circleci/config.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 47bc9628..9fa42102 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,12 +1,17 @@ version: 2.1 +orbs: + browser-tools: circleci/browser-tools@1.4.1 + commands: run-tests: description: "Run test suite" steps: + - browser-tools/install-chrome + - browser-tools/install-chromedriver - checkout - run: npm ci - - run: CHROME_PATH=/bin/chromium npm run test + - run: npm run test run-checks: description: "Run basic checks" steps: