Skip to content

Commit a33fa63

Browse files
committed
adding a workflow for CI
Signed-off-by: Lev Nachmanson <[email protected]>
1 parent 1c9b517 commit a33fa63

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,8 @@ jobs:
2727
- name: Build debug agl.csproj
2828
run: msbuild GraphLayout\GraphLayout.sln /p:Configuration=Debug
2929

30+
- name: Setup VSTest.exe
31+
uses: Malcolmnixon/Setup-VSTest@v4
32+
3033
- name : Test
3134
run: vstest.console GraphLayout\Test\MSAGLTests\bin\Debug\Microsoft.Msagl.UnitTests.dll

0 commit comments

Comments
 (0)