Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
SRNissen authored Jun 16, 2024
1 parent 9fee824 commit 1c3a520
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,15 @@ jobs:
runs-on: windows-latest

steps:
- name: checkout
- name: step-checkout
uses: actions/[email protected]

- name: dependencies
- name: step-setup-dependencies
uses: microsoft/setup-msbuild@v2

- name: build-test-project
- name: step-build
run: MSBuild.exe msvc_test

- name: discovery
run: gci -r
- name: step-test
working-directory: D:\a\snct-constraints\snct-constraints\msvc_test\x64\Release
run: vstest.console.exe msvc_test.dll

0 comments on commit 1c3a520

Please sign in to comment.