diff --git a/.github/workflows/ci-container-build.yaml b/.github/workflows/ci-container-build.yaml index 9b0bc324b..333aa5a59 100644 --- a/.github/workflows/ci-container-build.yaml +++ b/.github/workflows/ci-container-build.yaml @@ -76,7 +76,8 @@ jobs: - name: Run tox id: tox run: | - tox -e e2e + tox -e e2e && + echo -e "## E2E Tests\n\n$(cat e2e-report.md)" > e2e-report.md - name: Render the report to the PR uses: marocchino/sticky-pull-request-comment@v2