Probably fix Actions build.
This commit is contained in:
committed by
GitHub
parent
be0804fe06
commit
fb039c9c9b
8
.github/workflows/build-test.yml
vendored
8
.github/workflows/build-test.yml
vendored
@@ -1,4 +1,4 @@
|
|||||||
name: .NET Core
|
name: Build & Test
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
push:
|
||||||
@@ -23,5 +23,7 @@ jobs:
|
|||||||
run: dotnet restore
|
run: dotnet restore
|
||||||
- name: Build
|
- name: Build
|
||||||
run: dotnet build --configuration Release --no-restore
|
run: dotnet build --configuration Release --no-restore
|
||||||
- name: Test
|
- name: Content.Tests
|
||||||
run: dotnet test --no-restore --verbosity normal
|
run: dotnet test --no-build Content.Tests/Content.Tests.csproj
|
||||||
|
- name: Content.IntegrationTests
|
||||||
|
run: dotnet test --no-build Content.Tests/Content.Tests.csproj
|
||||||
|
|||||||
Reference in New Issue
Block a user