We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ffbca61 commit b364e98Copy full SHA for b364e98
1 file changed
.github/workflows/ci.yml
@@ -112,14 +112,14 @@ jobs:
112
113
- name: Run tests
114
id: run_tests
115
- continue-on-error: true
116
run: |
117
mkdir reports/
118
report_file="reports/${{ env.sanitized_test_dir }}.txt"
119
pytest ${{ matrix.test_dir }} | tee $report_file
120
exit ${PIPESTATUS[0]}
121
122
- name: Upload test report as artifact
+ if: always()
123
uses: actions/upload-artifact@v4
124
with:
125
name: ${{ env.sanitized_test_dir }}
0 commit comments