Commit ff74a825 authored by BryceLTaylor's avatar BryceLTaylor

circleCI config create integration job

parent 4277567a
...@@ -27,6 +27,10 @@ jobs: ...@@ -27,6 +27,10 @@ jobs:
- run: | - run: |
echo "Setup step is happening here" echo "Setup step is happening here"
npm --production=false ci npm --production=false ci
integration:
<<: *defaults
steps:
- checkout
workflows: workflows:
build-test-deploy: build-test-deploy:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment