From 9cb894ad76cfea2c63a38a716a138945d1bd7d1b Mon Sep 17 00:00:00 2001 From: Sebastian Silbermann Date: Mon, 15 Jun 2020 16:54:42 +0200 Subject: [PATCH] fix: manually install minimal required deps --- .circleci/config.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index fa547bfbfb3a04..e5b9da23223cb6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -191,16 +191,16 @@ jobs: command: yarn test:umd test_regressions: <<: *defaults - docker: - # playwright image doesn't have yarn - # playwright docker image uses node12 as well - - image: circleci/node:12 - - image: aslushnikov/playwright:bionic - environment: - NODE_ENV: development # Needed if playwright is in `devDependencies` steps: - checkout - install_js + - run: + name: Install Chromium dependencies + command: | + sudo apt-get install -y libnss3 \ + libxss1 \ + libasound2 \ + fonts-noto-color-emoji - run: name: Visual regression tests command: |