Skip to content

Commit

Permalink
Remove Mutation testing from usual test chain
Browse files Browse the repository at this point in the history
  • Loading branch information
Micky5991 committed Jan 6, 2021
1 parent 1a982d1 commit a5f0708
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/dotnetcore.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,6 @@ jobs:
- name: Test
run: dotnet test --verbosity normal

- name: Run Mutation Tests
working-directory: ./Inventory.Tests/
run: dotnet stryker

- name: Save NuGet artifact
if: success() && steps.vars.outputs.is_tag == 'true' && matrix.os == 'ubuntu-latest'
uses: actions/upload-artifact@v2-preview
Expand Down

0 comments on commit a5f0708

Please sign in to comment.