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 dc84a02 commit d54e2d2
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,9 @@ jobs:
- name: checkout
uses: actions/[email protected]

- name: dependencies
working-directory: tools
run: ./BuildTest.bat

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

0 comments on commit d54e2d2

Please sign in to comment.