From bfcf2ea7c3348919e30a75589bc3c6ce09b02a54 Mon Sep 17 00:00:00 2001 From: Ritwik G <100672805+ritwik-g@users.noreply.github.com> Date: Sun, 2 Feb 2025 15:06:12 +0530 Subject: [PATCH] Added title to E2E test report message Signed-off-by: Ritwik G <100672805+ritwik-g@users.noreply.github.com> --- .github/workflows/ci-container-build.yaml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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