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