From 927fb415655329da972397582b352d9e39ea2c91 Mon Sep 17 00:00:00 2001 From: antoineatstariongroup Date: Tue, 3 Dec 2024 09:20:13 +0100 Subject: [PATCH] fix test dll location --- .github/workflows/CodeQuality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CodeQuality.yml b/.github/workflows/CodeQuality.yml index 638523e..a41e70e 100644 --- a/.github/workflows/CodeQuality.yml +++ b/.github/workflows/CodeQuality.yml @@ -48,7 +48,7 @@ jobs: run: msbuild ea-modelkit.sln -property:Configuration=CICD -property:platform="Any CPU" /p:RestorePackages=false - name: Run Tests and Compute Coverage - run: vstest.console.exe EA-ModelKit.Tests\bin\CICD\EAModelKit.dll /Platform:x64 /EnableCodeCoverage + run: vstest.console.exe EA-ModelKit.Tests\bin\CICD\net481\EAModelKit.dll /Platform:x64 /EnableCodeCoverage - name: Sonarqube end run: dotnet sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"