Update check.yml
This commit is contained in:
parent
74bf4f95ef
commit
7aa0f72881
1 changed files with 3 additions and 1 deletions
4
.github/workflows/check.yml
vendored
4
.github/workflows/check.yml
vendored
|
@ -35,7 +35,9 @@ jobs:
|
||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
|
|
||||||
- name: Build Project
|
- name: Build Project
|
||||||
run: dotnet build --no-restore
|
run: dotnet build --no-restore --configuration $env:Configuration
|
||||||
|
env:
|
||||||
|
Configuration: ${{ matrix.configuration }}
|
||||||
|
|
||||||
- name: Test Project
|
- name: Test Project
|
||||||
run: dotnet test --no-build --verbosity normal
|
run: dotnet test --no-build --verbosity normal
|
||||||
|
|
Loading…
Reference in a new issue