Skip to content

Commit

Permalink
TEST-0007 Fix command
Browse files Browse the repository at this point in the history
  • Loading branch information
hwinther committed Sep 21, 2024
1 parent 7f3867b commit 165e9f6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/backend-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,8 @@ jobs:
- name: Stryker
run: |
dotnet tool install -g dotnet-stryker
dotnet stryker --reporters "html" --reports "json" --reporters "markdown" --project ../../tests/backend/WebApi.Tests/WebApi.Tests.csproj --output-path ../../tests/backend/StrykerOutput
dotnet stryker --reporter "html" --reporter "json" --reporter "markdown" --solution Backend.sln --output StrykerOutput
ls -la StrykerOutput
# - name: Inspect code
# uses: muno92/resharper_inspectcode@v1
Expand Down

0 comments on commit 165e9f6

Please sign in to comment.