Skip to content

Commit 6bf5541

Browse files
committed
fix(ci): restore new test project
1 parent fece9ca commit 6bf5541

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ set -e
66
dotnet restore ./src/JsonApiDotNetCore/JsonApiDotNetCore.csproj
77
dotnet restore ./src/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj
88
dotnet restore ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
9+
dotnet restore ./test/NoEntityFrameworkTests/NoEntityFrameworkTests.csproj
910

1011
dotnet test ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
1112
dotnet test ./test/NoEntityFrameworkTests/NoEntityFrameworkTests.csproj

0 commit comments

Comments
 (0)