Skip to content

Commit adddc1f

Browse files
authored
Merge pull request #417 from json-api-dotnet/fix/ci-tests-not-running
Fix/ci tests not running
2 parents 491a6cb + a2053be commit adddc1f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

Diff for: Build.ps1

+4-1
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"

Diff for: 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)