Skip to content

Commit

Permalink
fix: downgrade Stryker to v3.12.0 until v3.13.x is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr00d committed Jan 24, 2024
1 parent a0cdb4f commit e89ee70
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/mutation-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Install Stryker
run: dotnet tool install -g dotnet-stryker
run: dotnet tool install -g dotnet-stryker --version v3.12.0
- name: Run mutation testing
run: |
cd Vonage
Expand Down

0 comments on commit e89ee70

Please sign in to comment.