From d570bcef9a13775f1c030d56ed72545e44fb8439 Mon Sep 17 00:00:00 2001 From: Leon Friedrich <60421075+ElectroJr@users.noreply.github.com> Date: Mon, 3 Apr 2023 08:34:04 +1200 Subject: [PATCH] Fix content test workflow (#3903) --- .github/workflows/test-content.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-content.yml b/.github/workflows/test-content.yml index 921cb33467..e6e2527c15 100644 --- a/.github/workflows/test-content.yml +++ b/.github/workflows/test-content.yml @@ -34,7 +34,7 @@ jobs: - name: Install dependencies run: dotnet restore - name: Build - run: dotnet build --configuration Release --no-restore + run: dotnet build --configuration Tools --no-restore - name: Content.Tests run: dotnet test --no-build Content.Tests/Content.Tests.csproj -v n - name: Content.IntegrationTests