Skip to content

Commit

Permalink
fix: manually install minimal required deps
Browse files Browse the repository at this point in the history
  • Loading branch information
eps1lon committed Jun 15, 2020
1 parent c886e48 commit 0905205
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .circleci/config.yml
Expand Up @@ -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: |
Expand Down

0 comments on commit 0905205

Please sign in to comment.