Skip to content

Commit

Permalink
remove install chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahsporck committed Aug 21, 2023
1 parent 09a7eca commit 00785f7
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -324,13 +324,12 @@ jobs:

administration-build:
docker:
- image: cimg/node:19.1.0-browsers
- image: cimg/node:19.1.0
environment:
working_directory: ~/project/administration
steps:
- checkout:
path: ~/project
- browser-tools/install-chrome
- restore_cache:
keys:
- v1-node-modules-{{ checksum "package.json" }}-{{checksum "package-lock.json" }}
Expand All @@ -347,7 +346,7 @@ jobs:
command: npm run lint
- run:
name: Test
command: npm run test --runInBand
command: npm run test --maxWorkers 2
- run:
name: Build
command: npm run build
Expand Down

0 comments on commit 00785f7

Please sign in to comment.