From 250a7506508609cc8b3c7e1b330ee2e2792a16eb Mon Sep 17 00:00:00 2001 From: Nate Date: Fri, 1 Jul 2022 10:34:47 -0600 Subject: [PATCH] - Disable CI tests since GitHub Actions is not set up for non-VCR tests --- .github/workflows/ci.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dc9991cfd..90e54b9de 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,6 +41,3 @@ jobs: # Build the test project - name: Build Solution run: msbuild ${{ steps.test_project.outputs.test_file }}\${{ steps.test_project.outputs.test_file }}.csproj /p:platform="Any CPU" /p:configuration="Test" /p:outputPath="bin/Test" /p:target="Rebuild" -restore - # Run the tests - - name: Run Tests - run: vstest.console.exe ${{ steps.test_project.outputs.test_file }}\bin\Test\${{ steps.test_project.outputs.test_file }}.dll