From 1587efbe297ff1c9934dd7c6ecc8643978a1ac88 Mon Sep 17 00:00:00 2001 From: Pieter-Jan Briers Date: Fri, 12 Jun 2020 14:01:22 +0200 Subject: [PATCH] Actually run integration tests --- .github/workflows/build-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 22636f80f8..2ae8ca49b9 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -24,6 +24,6 @@ jobs: - name: Build run: dotnet build --configuration Release --no-restore - name: Content.Tests - run: dotnet test --no-build Content.Tests/Content.Tests.csproj + run: dotnet test --no-build Content.Tests/Content.Tests.csproj -v n - name: Content.IntegrationTests - run: dotnet test --no-build Content.Tests/Content.Tests.csproj + run: dotnet test --no-build Content.IntegrationTests/Content.IntegrationTests.csproj -v n