This commit is contained in:
WaylonWalker 2020-02-29 18:03:50 -06:00
commit 48680dfd5b

View file

@ -31,6 +31,10 @@ jobs:
- name: Test
run: |
kedro test
- name: Viz
run: |
pip install kedro-viz
kedro viz --save-file default-kedro157.json
- name: Docs
run: |
kedro build-docs
@ -40,3 +44,12 @@ jobs:
- name: Run
run: |
kedro run
- uses: actions/upload-artifact@v1
with:
name: default-kedro157.json
path: default-kedro157.json
- uses: actions/upload-artifact@v1
with:
name: docs
path: docs