Skip to content

Commit

Permalink
fix: set stryker version to v3.7.1 on release builds (#337)
Browse files Browse the repository at this point in the history
Fix the stryker version to `v3.7.1` on release builds, because the
latest version runs in timeouts.
  • Loading branch information
vbreuss authored Jul 24, 2023
1 parent a7e455a commit 056bcfc
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 @@ -206,7 +206,7 @@ jobs:
- name: Install .NET Stryker
shell: bash
run: |
dotnet tool install dotnet-stryker --tool-path ../tools
dotnet tool install dotnet-stryker --tool-path ../tools --version 3.7.1
- name: Analyze Testably.Abstractions.Testing
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
Expand All @@ -233,7 +233,7 @@ jobs:
- name: Install .NET Stryker
shell: bash
run: |
dotnet tool install dotnet-stryker --tool-path ../tools
dotnet tool install dotnet-stryker --tool-path ../tools --version 3.7.1
- name: Analyze Testably.Abstractions
env:
STRYKER_DASHBOARD_API_KEY: ${{ secrets.STRYKER_DASHBOARD_API_KEY }}
Expand Down

0 comments on commit 056bcfc

Please sign in to comment.