From 215af68e12130deba8ea2fea1d0e6342a9dd08a9 Mon Sep 17 00:00:00 2001 From: Christoph Raaflaub Date: Thu, 14 Nov 2024 07:03:56 +0100 Subject: [PATCH] archive artifacts --- .github/workflows/dagger.yaml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/workflows/dagger.yaml b/.github/workflows/dagger.yaml index 94ee0dfa..7124f40c 100644 --- a/.github/workflows/dagger.yaml +++ b/.github/workflows/dagger.yaml @@ -28,8 +28,13 @@ jobs: - name: Unittest Report uses: dorny/test-reporter@v1.9.1 with: - name: Minitests + name: unit-tests path: reports/unit-tests/*.xml reporter: java-junit fail-on-empty: 'false' fail-on-error: 'true' + - name: archive pipeline artifacts + uses: actions/upload-artifact@v4 + with: + name: pipeline-artifacts + path: reports