Skip to content

Commit 9abc6bb

Browse files
committed
run ResourceEntitySeparationExampleTests on CI
1 parent f740f25 commit 9abc6bb

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Build.ps1

+3
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,9 @@ CheckLastExitCode
3838
dotnet test ./test/OperationsExampleTests/OperationsExampleTests.csproj
3939
CheckLastExitCode
4040

41+
dotnet test ./test/ResourceEntitySeparationExampleTests/ResourceEntitySeparationExampleTests.csproj
42+
CheckLastExitCode
43+
4144
dotnet build .src\JsonApiDotNetCore -c Release
4245
CheckLastExitCode
4346

build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ dotnet test ./test/UnitTests/UnitTests.csproj
99
dotnet test ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
1010
dotnet test ./test/NoEntityFrameworkTests/NoEntityFrameworkTests.csproj
1111
dotnet test ./test/OperationsExampleTests/OperationsExampleTests.csproj
12+
dotnet test ./test/ResourceEntitySeparationExampleTests/ResourceEntitySeparationExampleTests.csproj

0 commit comments

Comments
 (0)