Oops that broke integration tests on Windows.
This commit is contained in:
5
.github/workflows/build-test.yml
vendored
5
.github/workflows/build-test.yml
vendored
@@ -36,4 +36,7 @@ jobs:
|
|||||||
- name: Content.Tests
|
- name: Content.Tests
|
||||||
run: dotnet test --no-build Content.Tests/Content.Tests.csproj -v n
|
run: dotnet test --no-build Content.Tests/Content.Tests.csproj -v n
|
||||||
- name: Content.IntegrationTests
|
- 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
|
||||||
|
|||||||
Reference in New Issue
Block a user