File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -395,7 +395,7 @@ jobs:
395
395
# $json.parallelizeTestCollections = $true
396
396
# }
397
397
$json | ConvertTo-Json | Out-File "${{ env.integration_tests_path }}/xunit.runner.json"
398
-
398
+
399
399
dotnet test ${{ env.integration_tests_path }}/NewRelic.Agent.IntegrationTests.dll --filter FullyQualifiedName~NewRelic.Agent.IntegrationTests.${{ matrix.namespace }} --no-build --nologo --logger "trx;LogFileName=C:\IntegrationTestWorkingDirectory\TestResults\${{ matrix.namespace }}_testResults.trx"
400
400
401
401
if ($Env:enhanced_logging -eq $True) {
@@ -533,7 +533,7 @@ jobs:
533
533
$json | Add-Member -Name "parallelizeAssembly" -Value $false -MemberType NoteProperty
534
534
$json | Add-Member -Name "parallelizeTestCollections" -Value $false -MemberType NoteProperty
535
535
$json | ConvertTo-Json | Out-File "${{ env.unbounded_tests_path }}/xunit.runner.json"
536
-
536
+
537
537
dotnet test ${{ env.unbounded_tests_path }}/NewRelic.Agent.UnboundedIntegrationTests.dll --filter FullyQualifiedName~NewRelic.Agent.UnboundedIntegrationTests.${{ matrix.namespace }} --no-build --nologo --logger "trx;LogFileName=C:\IntegrationTestWorkingDirectory\TestResults\${{ matrix.namespace }}_testResults.trx"
538
538
539
539
if ($Env:enhanced_logging -eq $True) {
You can’t perform that action at this time.
0 commit comments