Last active
January 29, 2019 21:08
-
-
Save jperata/a2a1750285d15cdedac0650333c2ae04 to your computer and use it in GitHub Desktop.
GuessThePrice CircleCI Test configuration
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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