Skip to content

Commit

Permalink
Update stryker-dotnet.yml
Browse files Browse the repository at this point in the history
with AI tool
  • Loading branch information
marsen authored Jan 21, 2024
1 parent 77a85d7 commit 3da9860
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/stryker-dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@ jobs:
with:
dotnet-version: 8.0.x
- name: Restore tool
run: dotnet tool restore
- name: Dotnet Stryker
run: dotnet tool restore
- name: Dotnet Stryker
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
run: dotnet stryker -s Marsen.NetCore.Dojo.Integration.Test.sln --dashboard-api-key=$STRYKER_DASHBOARD_API_KEY
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}

0 comments on commit 3da9860

Please sign in to comment.