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