Skip to content

Commit

Permalink
chore: test stryker dashboard report
Browse files Browse the repository at this point in the history
  • Loading branch information
hamed-shirbandi committed Oct 8, 2023
1 parent 6f6b5ec commit da4301d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,10 @@ jobs:
uses: actions/setup-dotnet@v2
with:
dotnet-version: 6.0.x
- name: Tool Restor
- name: Tool Restor
run: ./build.ps1 RestoreDotNetTool --skip
- name: Mutation Test
working-directory: ./src/2-Services/Identity/Tests/Identity.Tests.Unit
run: dotnet stryker --report dashboard
run: dotnet stryker --reporter dashboard
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

0 comments on commit da4301d

Please sign in to comment.