Skip to content

Commit c848d3d

Browse files
committed
added error catch in run tests and nbmake to unit test run
1 parent 40ff4a2 commit c848d3d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/notebook-test.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,7 @@ jobs:
8686
8787
- name: Run tests
8888
run: |
89+
-set e
8990
cd $GITHUB_WORKSPACE
9091
source "$VENV_PATH/bin/activate"
91-
pytest notebooks/unit_test_synthetic.ipynb
92+
pytest --nbmake notebooks/unit_test_synthetic.ipynb

0 commit comments

Comments
 (0)