Skip to content

Commit

Permalink
Remove specific .net versioning (#294)
Browse files Browse the repository at this point in the history
Stryker is not compatible with specific version
  • Loading branch information
Tr00d authored Oct 5, 2022
1 parent c9cabbf commit 0a5a9bf
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/mutation-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Setup .NET Core
uses: actions/setup-dotnet@v1
with:
dotnet-version: '3.1.401'
- name: Install Stryker
run: dotnet tool install -g dotnet-stryker
- name: Run mutation testing
Expand Down

0 comments on commit 0a5a9bf

Please sign in to comment.