test: Resolve issue with notebook location
Reusable workflows must be in the workflows github folder Test COG-686
This commit is contained in:
parent
d586336596
commit
e72a84c1c3
2 changed files with 1 additions and 1 deletions
2
.github/workflows/test_notebook.yml
vendored
2
.github/workflows/test_notebook.yml
vendored
|
|
@ -14,7 +14,7 @@ concurrency:
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
run_notebook_test:
|
run_notebook_test:
|
||||||
uses: ./.github/reusable_workflows/notebook.yml
|
uses: ./.github/workflows/reusable_notebook.yml
|
||||||
with:
|
with:
|
||||||
notebook-location: notebooks/cognee_demo.ipynb
|
notebook-location: notebooks/cognee_demo.ipynb
|
||||||
secrets:
|
secrets:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue