Skip to content

Commit

Permalink
GHA: Run unit tests
Browse files Browse the repository at this point in the history
  • Loading branch information
ashie committed Jun 15, 2024
1 parent 18b95f8 commit 371b076
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 371b076

Please sign in to comment.