Update checks.yml

This commit is contained in:
pointfeev 2021-08-09 05:42:38 -05:00 committed by GitHub
parent f1a331c27c
commit 5b5236ac9c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1,4 +1,4 @@
name: /
name: Checks
on:
push:
@ -40,7 +40,9 @@ jobs:
Configuration: ${{ matrix.configuration }}
- name: Test Project
run: dotnet test --no-build --verbosity normal
run: dotnet test --no-build --verbosity normal --configuration $env:Configuration
env:
Configuration: ${{ matrix.configuration }}
- name: Setup MSBuild
uses: microsoft/setup-msbuild@v1.0.2