UNPKG

280 BYAMLView Raw
1version: 2.1
2orbs:
3 node: circleci/node@2.0.3
4jobs:
5 test:
6 executor:
7 name: node/default
8 steps:
9 - checkout
10 - node/install-packages
11 - run: npm test
12 - run: bash <(curl -s https://codecov.io/bash)
13workflows:
14 test:
15 jobs:
16 - test
\No newline at end of file