Skip to content

Commit

Permalink
GitHub action - 'Setup-VSTest' update
Browse files Browse the repository at this point in the history
  • Loading branch information
abhinavminhas committed Apr 28, 2024
1 parent 44eab84 commit 5f563a7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
- name: Setup-VSTest
env:
VSTEST_CONSOLE_PATH: C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\Common7\IDE\CommonExtensions\Microsoft\TestWindow
run: ${{env.VSTEST_CONSOLE_PATH}}

- name: Test
run: ${{env.VSTEST_CONSOLE_PATH}}\vstest.console.exe ${{ github.workspace }}\GmailAPIHelper.NET.Tests\bin\Release\GmailAPIHelper.NET.Tests.dll /TestCaseFilter:"TestCategory=GMAIL-TESTS-DOTNETFRAMEWORK"
Expand Down

0 comments on commit 5f563a7

Please sign in to comment.