Skip to content

Commit 102fe8b

Browse files
committed
add test notebook vars to workflow
1 parent aa50ace commit 102fe8b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,5 @@ jobs:
2323
run: |
2424
pip install -e .
2525
pip install -r tests/devops_tests/requirements.txt
26-
pytest -vv -rP -We tests/test_notebook_vars.py::TestNotebookVars
26+
pytest -vv -rP -We tests/devops_tests/test_notebooks.py::test_run_notebooks
27+
pytest -vv -rP -We tests/test_notebook_vars.py

0 commit comments

Comments
 (0)