Skip to content

Commit

Permalink
feat: test
Browse files Browse the repository at this point in the history
  • Loading branch information
mbittarelli6river committed Nov 10, 2020
1 parent 41dec01 commit 023feda
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,11 @@ jobs:
- run:
name: npm test
command: |
echo "set env var" &&\
export NVM_DIR="$HOME/.nvm" &&\
echo "run nvm script" &&\
sh ~/.nvm/nvm.sh &&\
echo "run test" &&\
npm test
workflows:
Expand Down

0 comments on commit 023feda

Please sign in to comment.