@ -1,16 +1,4 @@
version: 2.1
workflows:
build_and_test:
jobs:
- build
- unit-test:
requires:
- lint:
build: &shared-config
docker:
@ -37,4 +25,15 @@ jobs:
<<: *shared-config
steps:
- checkout
- run: yarn test:ci