Skip to content

Commit

Permalink
Add .circleci/config.yml (#22)
Browse files Browse the repository at this point in the history
  • Loading branch information
bearjaws committed Aug 9, 2020
1 parent fa41bb9 commit 13c4911
Showing 1 changed file with 5 additions and 12 deletions.
17 changes: 5 additions & 12 deletions .circleci/config.yml
@@ -1,14 +1,7 @@
version: 2
jobs:
test:
docker:
- image: circleci/node:12.16.0-stretch
steps:
- checkout
- run: npm i
- run: npm test
version: 2.1
orbs:
node: circleci/node@3.0.0
workflows:
version: 2
build_and_test:
node-tests:
jobs:
- test
- node/test

0 comments on commit 13c4911

Please sign in to comment.