Skip to content
This repository has been archived by the owner on Jan 4, 2023. It is now read-only.

Commit

Permalink
Cleaning up build actions remove tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
jessefreeman committed May 25, 2020
1 parent 0f25097 commit 42178b7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core-desktop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,8 +78,8 @@ jobs:
uses: microsoft/setup-msbuild@2008f912f56e61277eefaac6d1888b750582aa16

# 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 42178b7

Please sign in to comment.