Skip to content

Commit

Permalink
Disables test execution because AMSI requires a Desktop version of Wi…
Browse files Browse the repository at this point in the history
…ndows
  • Loading branch information
matzefriedrich committed Sep 27, 2024
1 parent 2dce3e7 commit 63ee256
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,9 @@ jobs:

- name: Build
run: dotnet build --configuration Release

- name: Run unit tests
run: |
dotnet test --framework net8.0-windows --configuration Release --verbosity normal

# We cannot run tests here, because AMSI requires a Desktop version of Windows

# - name: Run unit tests
# run: |
# dotnet test --framework net8.0-windows --configuration Release --verbosity normal

0 comments on commit 63ee256

Please sign in to comment.