From dbc00cff71d249721ab59dbe257c43e34b2cf3e5 Mon Sep 17 00:00:00 2001 From: Kristian Bank Erbou Date: Tue, 10 Dec 2024 14:38:50 +0100 Subject: [PATCH] Add names --- .github/workflows/ci-dotnet-runtests.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci-dotnet-runtests.yml b/.github/workflows/ci-dotnet-runtests.yml index 4be57ca7..84e2651f 100644 --- a/.github/workflows/ci-dotnet-runtests.yml +++ b/.github/workflows/ci-dotnet-runtests.yml @@ -183,4 +183,6 @@ jobs: testproject_sut_name: ${{ matrix.project.name_sut }} testproject_orchestrations_name: ProcessManager.Orchestrations testproject_orchestrations_artifact_name: pm-tests-ProcessManager.Orchestrations-${{ github.event.pull_request.number }} + testproject_processmanager_name: ProcessManager + testproject_processmanager_artifact_name: pm-tests-ProcessManager-${{ github.event.pull_request.number }} tests_dll_file_path: \source\${{ matrix.project.name}}\bin\Release\${{matrix.project.dotnet_version}}\${{ matrix.project.assembly_name }} \ No newline at end of file