Skip to content

Commit

Permalink
fix: use latest Stryker version in release pipeline (#534)
Browse files Browse the repository at this point in the history
Use latest Stryker version
  • Loading branch information
vbreuss authored Mar 28, 2024
1 parent a73cad5 commit c719032
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ jobs:
- name: Install .NET Stryker
shell: bash
run: |
dotnet tool install dotnet-stryker --tool-path ../tools --version 3.7.1
dotnet tool install dotnet-stryker --tool-path ../tools
- name: Analyze Testably.Abstractions.Testing
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
- name: Install .NET Stryker
shell: bash
run: |
dotnet tool install dotnet-stryker --tool-path ../tools --version 3.7.1
dotnet tool install dotnet-stryker --tool-path ../tools
- name: Analyze Testably.Abstractions
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
Expand Down

0 comments on commit c719032

Please sign in to comment.