Merge remote-tracking branch 'origin/master'
This commit is contained in:
commit
99fd2200fe
7
.github/workflows/dotnet.yml
vendored
7
.github/workflows/dotnet.yml
vendored
@ -24,5 +24,12 @@ jobs:
|
|||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build --no-restore
|
run: dotnet build --no-restore
|
||||||
|
|
||||||
|
test:
|
||||||
|
|
||||||
|
needs: build
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
|
steps:
|
||||||
- name: Test
|
- name: Test
|
||||||
run: dotnet test --no-build --verbosity normal
|
run: dotnet test --no-build --verbosity normal
|
||||||
|
Loading…
x
Reference in New Issue
Block a user