Test
This commit is contained in:
parent
94524362dc
commit
70393b5020
6
.github/workflows/pull-request.yaml
vendored
6
.github/workflows/pull-request.yaml
vendored
@ -39,7 +39,13 @@ jobs:
|
||||
|
||||
- name: Get .NET information
|
||||
run: dotnet --info
|
||||
|
||||
- name: Clean
|
||||
- run: dotnet clean -v m && dotnet build -c ${{ matrix.config }} && dotnet nuget locals all --clear
|
||||
|
||||
- name: Build
|
||||
- run: dotnet build -c ${{ matrix.config }}
|
||||
|
||||
- name: "Test"
|
||||
run: dotnet test -c ${{ matrix.config }}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user