Skip to content

Commit d9b3285

Browse files
committed
spacing
1 parent d50f8be commit d9b3285

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/all_solutions.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -395,7 +395,7 @@ jobs:
395395
# $json.parallelizeTestCollections = $true
396396
# }
397397
$json | ConvertTo-Json | Out-File "${{ env.integration_tests_path }}/xunit.runner.json"
398-
398+
399399
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"
400400
401401
if ($Env:enhanced_logging -eq $True) {
@@ -533,7 +533,7 @@ jobs:
533533
$json | Add-Member -Name "parallelizeAssembly" -Value $false -MemberType NoteProperty
534534
$json | Add-Member -Name "parallelizeTestCollections" -Value $false -MemberType NoteProperty
535535
$json | ConvertTo-Json | Out-File "${{ env.unbounded_tests_path }}/xunit.runner.json"
536-
536+
537537
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"
538538
539539
if ($Env:enhanced_logging -eq $True) {

0 commit comments

Comments
 (0)