Add VS2019 configuration to Github CI

This commit is contained in:
John Wellbelove 2020-10-01 17:04:02 +01:00
parent 8dc0db48f2
commit 19fbfe774f

View File

@ -26,7 +26,9 @@ jobs:
echo ${{ github.workspace }}
echo ${{ github.workspace }}/../unittest-cpp
pwd
ls
cd test
ls
- name: Checkout UnitTest++
uses: actions/checkout@v2