Skip to content

Commit

Permalink
fix yml
Browse files Browse the repository at this point in the history
  • Loading branch information
qmuntal committed Feb 7, 2025
1 parent d94b61b commit 440ec64
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipeline/stages/run-stage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -286,8 +286,8 @@ stages:
pwsh eng/run.ps1 run-builder -test `
-builder '${{ parameters.builder.os }}-${{ parameters.builder.arch }}-${{ parameters.builder.config }}' `
$(if ('${{ parameters.builder.experiment }}') { '-experiment'; '${{ parameters.builder.experiment }}' }) `
$(if ('${{ parameters.builder.fips }}') { '-fipsmode' })
-json
$(if ('${{ parameters.builder.fips }}') { '-fipsmode' }) `
-json `
-testout '$(Build.SourcesDirectory)/eng/artifacts/TestResults.json'
${{ if eq(length(parameters.retryAttempts), 1) }}:
displayName: Test
Expand Down

0 comments on commit 440ec64

Please sign in to comment.