Skip to content

Commit

Permalink
now try acceptance tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ggnaegi committed Oct 21, 2023
1 parent 168bb1d commit 1081e8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/code_quality_sonarqube.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- name: Build
run: dotnet build --no-restore Ocelot.sln
- name: Unit & Integration Test
run: dotnet test --no-build test/Ocelot.UnitTests/Ocelot.UnitTests.csproj /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=opencover
run: dotnet test test/Ocelot.AcceptanceTests/Ocelot.AcceptanceTests.csproj --no-build /p:CollectCoverage=true /p:CoverletOutput=TestResults/ /p:CoverletOutputFormat=opencover
- name: SonarScanner for .NET 7 with pull request decoration support
uses: highbyte/[email protected]
with:
Expand Down

0 comments on commit 1081e8b

Please sign in to comment.