Update pythonapp.yml
This commit is contained in:
parent
46b945bb04
commit
03ce29d937
1 changed files with 4 additions and 0 deletions
4
.github/workflows/pythonapp.yml
vendored
4
.github/workflows/pythonapp.yml
vendored
|
|
@ -31,6 +31,10 @@ jobs:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: |
|
run: |
|
||||||
kedro test
|
kedro test
|
||||||
|
- name: Viz
|
||||||
|
run: |
|
||||||
|
pip install kedro-viz
|
||||||
|
kedro viz --save-file default-kedro157.json
|
||||||
- name: Docs
|
- name: Docs
|
||||||
run: |
|
run: |
|
||||||
kedro build-docs
|
kedro build-docs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue