We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5d91271 commit 47c7720Copy full SHA for 47c7720
.github/workflows/python_workflow_test.yml
@@ -15,7 +15,8 @@ jobs:
15
- name: Prefect SPIKE only test
16
shell: bash
17
working-directory: /home/abuzarmahmood/Desktop/blech_clust
18
- run: python pipeline_testing/prefect_pipeline.py -s --raise-exception
+ 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
20
EMG-Only:
21
runs-on: self-hosted
22
steps:
0 commit comments