Skip to content

Commit

Permalink
Update build-deploy.yml (#266)
Browse files Browse the repository at this point in the history
* Update build-deploy.yml

* Update build-deploy.yml
  • Loading branch information
guibranco committed Jun 4, 2024
1 parent 7086e0c commit 46174a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
.\.sonar\scanner\dotnet-sonarscanner end /d:sonar.login="${{ secrets.SONAR_TOKEN }}"
- name: Test
run: vstest.console.exe .\Test\GHActionsCI.UnitTests\bin\Release\GHActionsCI.UnitTests.dll
run: coverlet "Tests\${{ env.solution }}.UnitTests\bin\Release\${{ env.solution }}.UnitTests.dll" -t "vstest.console.exe" -a "Tests\${{ env.solution }}.UnitTests\bin\Release\${{ env.solution }}.UnitTests.dll" -o "Tests\${{ env.solution }}.UnitTests\\" -f cobertura

- name: Run
run: Src\GHActionsCI\bin\Release\GHActionsCI.exe
Expand Down

0 comments on commit 46174a8

Please sign in to comment.