From 33885229e985dcb6f7fa62044057dafd4ecc9baf Mon Sep 17 00:00:00 2001 From: 3d-gussner <3d.gussner@gmail.com> Date: Mon, 2 Oct 2023 19:35:42 +0200 Subject: [PATCH] Upload Summary.txt --- .github/workflows/build.yml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index af2ac48..eb3b36b 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -118,12 +118,18 @@ jobs: name: Coverage path: build/Coverage + - name: Upload artifacts + uses: actions/upload-artifact@v3.1.1 + with: + name: Summary + path: build/Summary.txt + - name: Add PR Comment if: ${{ github.event.pull_request }} uses: mshick/add-pr-comment@v2 with: message-path: build/Summary.txt - message-id: "coverage" + message-id: "Summary" - name: Report failure if: steps.tests_run.outcome == 'failure'