Update checks.yml
This commit is contained in:
parent
f1a331c27c
commit
5b5236ac9c
1 changed files with 4 additions and 2 deletions
6
.github/workflows/checks.yml
vendored
6
.github/workflows/checks.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue