mirror of https://github.com/Squidex/squidex.git
3 changed files with 32 additions and 3 deletions
@ -0,0 +1,15 @@ |
|||
FROM microsoft/aspnetcore-build:1.1.2 |
|||
|
|||
COPY . . |
|||
|
|||
WORKDIR / |
|||
|
|||
# Test Backend |
|||
RUN dotnet restore \ |
|||
&& dotnet test tests/Squidex.Infrastructure.Tests/Squidex.Infrastructure.Tests.csproj \ |
|||
&& dotnet test tests/Squidex.Domain.Apps.Core.Tests/Squidex.Domain.Apps.Core.Tests.csproj \ |
|||
&& dotnet test tests/Squidex.Domain.Apps.Read.Tests/Squidex.Domain.Apps.Read.Tests.csproj \ |
|||
&& dotnet test tests/Squidex.Domain.Apps.Write.Tests/Squidex.Domain.Apps.Write.Tests.csproj \ |
|||
&& dotnet test tests/Squidex.Domain.Users.Tests/Squidex.Domain.Users.Tests.csproj |
|||
|
|||
RUN ls /media/ |
|||
Loading…
Reference in new issue