File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -305,17 +305,6 @@ jobs:
305305 cli-test-report.html
306306 retention-days : 14
307307
308- - name : Add test report to summary
309- # make sure report always gets uploaded if the integration tests ran, even if they failed, but skip if the integration tests were skipped
310- if : always() && steps.integration_tests.outcome != 'skipped'
311- shell : bash
312- run : |
313- echo "## Test Reports for ${{ matrix.os }} - Python ${{ matrix.python }}" >> $GITHUB_STEP_SUMMARY
314- echo "" >> $GITHUB_STEP_SUMMARY
315- echo "Integration test reports uploaded as artifact: \`integration-test-report-${{ matrix.os }}-${{ matrix.python }}\`" >> $GITHUB_STEP_SUMMARY
316- echo "" >> $GITHUB_STEP_SUMMARY
317- echo "Download from the **Artifacts** section at the bottom of this workflow run." >> $GITHUB_STEP_SUMMARY
318-
319308 - name : Upload coverage report
320309 id : upload_coverage_report
321310 uses : actions/upload-artifact@v4
You can’t perform that action at this time.
0 commit comments