File tree Expand file tree Collapse file tree 1 file changed +7
-5
lines changed
Expand file tree Collapse file tree 1 file changed +7
-5
lines changed Original file line number Diff line number Diff line change 3232 - name : Build solution
3333 run : dotnet build RestClient.sln --configuration Release --no-restore /warnaserror
3434
35+ - name : Run code analysis
36+ run : dotnet build RestClient.sln --configuration Release --no-restore /p:RunAnalyzers=true /p:TreatWarningsAsErrors=true
37+
38+ - name : Run Stryker Mutation Testing
39+ working-directory : RestClient.Net.CsTest
40+ run : dotnet stryker --project RestClient.Net.CsTest.csproj --break-at 100 --reporter "console" --reporter "html"
41+
3542 - name : Verify Docker is available
3643 run : |
3744 docker --version
4653 cd Samples/NucliaDbClient
4754 docker compose down -v --remove-orphans || true
4855
49- - name : Run Stryker Mutation Testing
50- run : dotnet stryker --break-at 100 --reporter "console" --reporter "html"
51-
52- - name : Run code analysis
53- run : dotnet build RestClient.sln --configuration Release --no-restore /p:RunAnalyzers=true /p:TreatWarningsAsErrors=true
You can’t perform that action at this time.
0 commit comments