From 12a85a0ea5402232d5848ee6f6969b7294814f0b Mon Sep 17 00:00:00 2001 From: Glen Souza Date: Wed, 26 Jul 2023 11:45:05 -0700 Subject: [PATCH] Update dotnet.yml --- .github/workflows/dotnet.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/dotnet.yml b/.github/workflows/dotnet.yml index 31f9c49..4e3c6c0 100644 --- a/.github/workflows/dotnet.yml +++ b/.github/workflows/dotnet.yml @@ -34,9 +34,6 @@ jobs: - name: Build Solution run: | msbuild.exe /p:platform="Any CPU" /p:configuration="Release" - - - name: Run Tests - run: vstest.console.exe GitHubTest.Tests\bin\Release\GitHubTest.Tests.dll - name: Publish to folder if: always()