Oops that broke integration tests on Windows.

This commit is contained in:
Pieter-Jan Briers
2021-06-21 02:29:54 +02:00
parent 392b820796
commit 64813d9c56

View File

@@ -36,4 +36,7 @@ jobs:
- name: Content.Tests
run: dotnet test --no-build Content.Tests/Content.Tests.csproj -v n
- name: Content.IntegrationTests
run: COMPlus_gcServer=1 dotnet test --no-build Content.IntegrationTests/Content.IntegrationTests.csproj -v n
shell: pwsh
run: |
$env:COMPlus_gcServer=1
dotnet test --no-build Content.IntegrationTests/Content.IntegrationTests.csproj -v n