Skip to content

Instantly share code, notes, and snippets.

@jperata
Last active January 29, 2019 21:08
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jperata/a2a1750285d15cdedac0650333c2ae04 to your computer and use it in GitHub Desktop.
Save jperata/a2a1750285d15cdedac0650333c2ae04 to your computer and use it in GitHub Desktop.
GuessThePrice CircleCI Test configuration
version: 2
jobs:
test:
docker:
- image: circleci/node:6
steps:
- checkout
- run: npm install
- run: sudo npm install -g ask-cli
- run: sudo npm install -g bespoken-tools
- run: sudo npm install -g codecov
- run:
name: unit testing
command: bst test
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment