Skip to content

Commit

Permalink
Setup Chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
MichalZalecki committed Aug 14, 2019
1 parent 255309c commit 5fe201c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,16 @@ jobs:
name: Run tests
command: npm run test

- run:
name: Setup Chrome
command: |
wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add - \
&& sudo sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
&& sudo apt-get update \
&& sudo apt-get install -y google-chrome-unstable fonts-ipafont-gothic fonts-wqy-zenhei fonts-thai-tlwg fonts-kacst ttf-freefont \
--no-install-recommends \
&& sudo rm -rf /var/lib/apt/lists/*
- run:
name: Run codechecks
command: npx codechecks

0 comments on commit 5fe201c

Please sign in to comment.