Skip to content

Commit

Permalink
adding a workflow for CI
Browse files Browse the repository at this point in the history
Signed-off-by: Lev Nachmanson <levnach@hotmail.com>
  • Loading branch information
levnach committed Jan 20, 2022
1 parent 1c9b517 commit a33fa63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,8 @@ jobs:
- name: Build debug agl.csproj
run: msbuild GraphLayout\GraphLayout.sln /p:Configuration=Debug

- name: Setup VSTest.exe
uses: Malcolmnixon/Setup-VSTest@v4

- name : Test
run: vstest.console GraphLayout\Test\MSAGLTests\bin\Debug\Microsoft.Msagl.UnitTests.dll

0 comments on commit a33fa63

Please sign in to comment.