We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5c4eac1 commit 8bc672cCopy full SHA for 8bc672c
1 file changed
.github/workflows/ci.yml
@@ -115,6 +115,7 @@ jobs:
115
mkdir reports/
116
report_file="reports/${{ env.sanitized_test_dir }}.txt"
117
pytest ${{ matrix.test_dir }} | tee $report_file
118
+ exit ${{ PIPESTATUS[0] }}
119
120
- name: Upload test report as artifact
121
uses: actions/upload-artifact@v4
0 commit comments