Fix content test workflow (#3903)

This commit is contained in:
Leon Friedrich
2023-04-03 06:34:04 +10:00
committed by GitHub
parent 7b60f5bd06
commit d570bcef9a
+1 -1
View File
@@ -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