Skip to content

Commit 48e40b5

Browse files
committed
feat(ci): run the new unit tests project
1 parent 7813e99 commit 48e40b5

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Build.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ $revision = "{0:D4}" -f [convert]::ToInt32($revision, 10)
33

44
dotnet restore
55

6+
dotnet test ./test/UnitTests/UnitTests.csproj
67
dotnet test ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
78
dotnet test ./test/NoEntityFrameworkTests/NoEntityFrameworkTests.csproj
89

build.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,6 @@ dotnet restore ./src/JsonApiDotNetCoreExample/JsonApiDotNetCoreExample.csproj
88
dotnet restore ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
99
dotnet restore ./test/NoEntityFrameworkTests/NoEntityFrameworkTests.csproj
1010

11+
dotnet test ./test/UnitTests/UnitTests.csproj
1112
dotnet test ./test/JsonApiDotNetCoreExampleTests/JsonApiDotNetCoreExampleTests.csproj
1213
dotnet test ./test/NoEntityFrameworkTests/NoEntityFrameworkTests.csproj

0 commit comments

Comments
 (0)