circleCI config create integration job

This commit is contained in:
BryceLTaylor 2020-10-30 17:19:09 -04:00
parent 4277567a03
commit ff74a82544

View file

@ -27,6 +27,10 @@ jobs:
- run: |
echo "Setup step is happening here"
npm --production=false ci
integration:
<<: *defaults
steps:
- checkout
workflows:
build-test-deploy: