From 4b9ec2e1d20686fc3ad4387e9658c259bd4581a0 Mon Sep 17 00:00:00 2001 From: Christian Siewert Date: Tue, 17 Sep 2024 13:50:06 +0200 Subject: [PATCH] Stop using ambiguous name for integration test results --- .github/workflows/integrationtest-tool.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integrationtest-tool.yml b/.github/workflows/integrationtest-tool.yml index 412c4d0..3c30fd4 100644 --- a/.github/workflows/integrationtest-tool.yml +++ b/.github/workflows/integrationtest-tool.yml @@ -42,7 +42,7 @@ jobs: - name: Upload test results uses: actions/upload-artifact@v2 with: - name: ${{inputs.REPOSITORY_NAME}}-test-results + name: ${{inputs.REPOSITORY_NAME}}-integration-test-results path: src/Tests/**/TestResults/**/coverage.cobertura.xml retention-days: 1