Skip to content

Commit

Permalink
fix test dll location
Browse files Browse the repository at this point in the history
  • Loading branch information
antoineatstariongroup committed Dec 3, 2024
1 parent 59dfa17 commit 927fb41
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CodeQuality.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down

0 comments on commit 927fb41

Please sign in to comment.