Skip to content

Commit a2053be

Browse files
committed
run ResourceEntitySeparationExampleTests on CI
1 parent 491a6cb commit a2053be

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Build.ps1

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,10 @@ CheckLastExitCode
3535
dotnet test ./test/OperationsExampleTests/OperationsExampleTests.csproj
3636
CheckLastExitCode
3737

38-
dotnet build .\src\JsonApiDotNetCore -c Release
38+
dotnet test ./test/ResourceEntitySeparationExampleTests/ResourceEntitySeparationExampleTests.csproj
39+
CheckLastExitCode
40+
41+
dotnet build ./src/JsonApiDotNetCore -c Release
3942
CheckLastExitCode
4043

4144
Write-Output "APPVEYOR_REPO_TAG: $env:APPVEYOR_REPO_TAG"

build.sh

Lines changed: 1 addition & 0 deletions
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)