Update dotnet.yml
This commit is contained in:
parent
6b4fad0102
commit
627978d629
1 changed files with 3 additions and 3 deletions
6
.github/workflows/dotnet.yml
vendored
6
.github/workflows/dotnet.yml
vendored
|
@ -22,11 +22,11 @@ jobs:
|
|||
with:
|
||||
dotnet-version: 6.x.x
|
||||
|
||||
- name: Restore Project
|
||||
- name: Restore
|
||||
run: dotnet restore
|
||||
|
||||
- name: Build Project
|
||||
- name: Build
|
||||
run: dotnet build --no-restore --configuration Release
|
||||
|
||||
- name: Test Project
|
||||
- name: Test
|
||||
run: dotnet test --no-build --verbosity normal --configuration Release
|
||||
|
|
Loading…
Reference in a new issue