Skip to content

Commit 8bc672c

Browse files
committed
Reflect each test status
1 parent 5c4eac1 commit 8bc672c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
mkdir reports/
116116
report_file="reports/${{ env.sanitized_test_dir }}.txt"
117117
pytest ${{ matrix.test_dir }} | tee $report_file
118+
exit ${{ PIPESTATUS[0] }}
118119
119120
- name: Upload test report as artifact
120121
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)