From 845495f7a1154b214210375798c2c334f58d1ae0 Mon Sep 17 00:00:00 2001 From: Oliver Lipkau Date: Thu, 13 Jun 2024 13:00:04 +0000 Subject: [PATCH] fixed upload of test result in ci pipeline --- .github/workflows/build_and_test.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build_and_test.yml b/.github/workflows/build_and_test.yml index 5c7bae56..b36fe139 100644 --- a/.github/workflows/build_and_test.yml +++ b/.github/workflows/build_and_test.yml @@ -10,6 +10,7 @@ on: branches: - master - develop + workflow_dispatch: jobs: build_module: @@ -67,7 +68,7 @@ jobs: - name: Upload test results uses: actions/upload-artifact@v4 with: - name: ${{ runner.os }}-Unit-Tests + name: ${{ runner.os }}v5-Unit-Tests path: Test*.xml if: ${{ always() }} @@ -100,7 +101,7 @@ jobs: - name: Upload test results uses: actions/upload-artifact@v4 with: - name: ${{ runner.os }}-Unit-Tests + name: ${{ runner.os }}v7-Unit-Tests path: Test*.xml if: ${{ always() }}