From 14f4e00a80f691c32bec80547d001a6c05e71df7 Mon Sep 17 00:00:00 2001 From: ThetaDev Date: Sat, 9 Nov 2024 23:58:51 +0100 Subject: [PATCH] ci: upload RustyPipe report --- .forgejo/workflows/ci.yaml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.forgejo/workflows/ci.yaml b/.forgejo/workflows/ci.yaml index d4015b8..2eecb18 100644 --- a/.forgejo/workflows/ci.yaml +++ b/.forgejo/workflows/ci.yaml @@ -43,6 +43,14 @@ jobs: name: test path: target/nextest/ci/junit.xml + - name: 💌 Upload RustyPipe report + if: always() + uses: https://code.forgejo.org/forgejo/upload-artifact@v4 + with: + name: test + path: rustypipe_reports + if-no-files-found: ignore + - name: 🔗 Artifactview PR comment if: ${{ always() && github.event_name == 'pull_request' }} run: |