Skip to content

Commit

Permalink
disable dotnet test
Browse files Browse the repository at this point in the history
  • Loading branch information
bNobo authored Apr 3, 2024
1 parent 1278059 commit 9bb2c11
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
uses: microsoft/setup-msbuild@v2

# Execute all unit tests in the solution
- name: Execute unit tests
run: dotnet test
#- name: Execute unit tests
# run: dotnet test

# Restore the application to populate the obj folder with RuntimeIdentifiers
- name: Restore the application
Expand Down

0 comments on commit 9bb2c11

Please sign in to comment.