Skip to content

Commit

Permalink
test(headless): now need to install chrome
Browse files Browse the repository at this point in the history
  • Loading branch information
redgeoff committed Jun 19, 2018
1 parent 103379b commit 421be5f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .circleci/config.yml
Expand Up @@ -15,6 +15,13 @@ jobs:
paths:
- node_modules
key: v1-dependencies-{{ checksum "package.json" }}

# Install chrome for headless testing
- run: wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | sudo apt-key add -
- run: echo 'deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main' | sudo tee /etc/apt/sources.list.d/google-chrome.list
- run: sudo apt-get update
- run: sudo apt-get install -y google-chrome-stable

- run: npm run assert-beautified
- run: npm run jshint
- run: npm run node-full-test
Expand Down

0 comments on commit 421be5f

Please sign in to comment.