Skip to content

Commit

Permalink
Added title to E2E test report message
Browse files Browse the repository at this point in the history
Signed-off-by: Ritwik G <[email protected]>
  • Loading branch information
ritwik-g authored Feb 2, 2025
1 parent 903ab81 commit bfcf2ea
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci-container-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit bfcf2ea

Please sign in to comment.