Merge branch 'master' of https://github.com/WaylonWalker/default-kedro157
This commit is contained in:
commit
48680dfd5b
1 changed files with 13 additions and 0 deletions
13
.github/workflows/pythonapp.yml
vendored
13
.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
|
||||||
|
|
@ -40,3 +44,12 @@ jobs:
|
||||||
- name: Run
|
- name: Run
|
||||||
run: |
|
run: |
|
||||||
kedro 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue