diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index ed2b3f48..2f30164d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -19,6 +19,12 @@ jobs: - name: Add msbuild to PATH uses: microsoft/setup-msbuild@v1.0.1 + - name: Checkout UnitTest++ + uses: actions/checkout@v2 + with: + repository: unittest-cpp/unittest-cpp + path: unittest-cpp + - name: Build run: MSBuild.exe test/vs2019/etl.sln