mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2025-02-17 08:31:23 -05:00
circleCI config create integration job
This commit is contained in:
parent
4277567a03
commit
ff74a82544
1 changed files with 4 additions and 0 deletions
|
@ -27,6 +27,10 @@ jobs:
|
|||
- run: |
|
||||
echo "Setup step is happening here"
|
||||
npm --production=false ci
|
||||
integration:
|
||||
<<: *defaults
|
||||
steps:
|
||||
- checkout
|
||||
|
||||
workflows:
|
||||
build-test-deploy:
|
||||
|
|
Loading…
Reference in a new issue