diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 0853f13..a36bb7a 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -24,6 +24,10 @@ jobs: InstallerProjects.vsix /quiet InstallerProjects.vsix msbuild BrowserSelector.sln /m /p:Configuration=Release /p:Platform=Win32 devenv BrowserSelectorSetup/BrowserSelectorSetup.vdproj /Build "Release|Win32" + - name: Run tests + shell: cmd + run: | + vstest.console Release\UnitTest.dll - name: Upload Installer uses: actions/upload-artifact@v2 with: