Skip to content

Commit

Permalink
Use powershell for running mutation tests on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
vbreuss committed Dec 16, 2024
1 parent 7dcfcc3 commit a6447d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
dotnet-version: |
8.0.x
- name: Run mutation tests
run: ./build.sh MutationTestsWindows
run: ./build.ps1 MutationTestsWindows

static-code-analysis:
name: "Static code analysis"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ jobs:
dotnet-version: |
8.0.x
- name: Run mutation tests
run: ./build.sh MutationTestsWindows
run: ./build.ps1 MutationTestsWindows

static-code-analysis:
name: "Static code analysis"
Expand Down

0 comments on commit a6447d2

Please sign in to comment.