Skip to content

Commit 47c7720

Browse files
committed
Grep traceback test
1 parent 5d91271 commit 47c7720

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python_workflow_test.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ jobs:
1515
- name: Prefect SPIKE only test
1616
shell: bash
1717
working-directory: /home/abuzarmahmood/Desktop/blech_clust
18-
run: python pipeline_testing/prefect_pipeline.py -s --raise-exception
18+
run: python pipeline_testing/prefect_pipeline.py -s --raise-exception | tee ~/Desktop/blech_clust/github.log;
19+
if grep -q "Traceback" ~/Desktop/blech_clust/github.log; then exit 1; fi
1920
EMG-Only:
2021
runs-on: self-hosted
2122
steps:

0 commit comments

Comments
 (0)