Skip to content

Commit bad2ec4

Browse files
author
Lingling Peng
committed
keep artifacts; remove summary
1 parent fd56cd8 commit bad2ec4

1 file changed

Lines changed: 0 additions & 11 deletions

File tree

.github/workflows/build.yml

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)