Skip to content
This repository was archived by the owner on Jan 19, 2024. It is now read-only.

Commit 0d4da6d

Browse files
feat: Post integration test summary to GH workflow (#340)
Signed-off-by: Christian Kreuzberger <christian.kreuzberger@dynatrace.com>
1 parent a5112a6 commit 0d4da6d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/integration-tests.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -329,6 +329,10 @@ jobs:
329329
name: final-test-report-markdown
330330
path: ${{ env.FINAL_TEST_REPORT_FILEPATH_MARKDOWN }}
331331

332+
- name: Post final Markdown test report as summary
333+
if: always()
334+
run: cat ${{ env.FINAL_TEST_REPORT_FILEPATH_MARKDOWN }} >> $GITHUB_STEP_SUMMARY
335+
332336
# Check if an integration test failed
333337
- name: Check test status
334338
if: always()

0 commit comments

Comments
 (0)