@ -5,6 +5,7 @@ workflows:
tests:
jobs:
- helloworld
- install_yarn
helloworld:
@ -14,3 +15,12 @@ jobs:
- checkout
- run: echo "hello world"
install_yarn:
docker:
- image: circleci/node:12
steps:
- run: yarn global add node-gyp
- run: yarn install