Skip to content

Commit

Permalink
- Disable CI tests since GitHub Actions is not set up for non-VCR tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Jul 1, 2022
1 parent f84b4a6 commit 250a750
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 250a750

Please sign in to comment.