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