Skip to content

Commit

Permalink
Plumb env vars through deploy test resources
Browse files Browse the repository at this point in the history
  • Loading branch information
benbp committed Jun 4, 2024
1 parent ed60dd3 commit c9f5f87
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eng/pipelines/templates/jobs/live.tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,7 @@ jobs:
Location: ${{ coalesce(parameters.Location, parameters.CloudConfig.Location) }}
ServiceDirectory: '${{ directory }}'
TestResourcesDirectory: '$(TestResourcesDirectory)'
EnvVars: ${{ parameters.EnvVars }}
SubscriptionConfiguration: $(SubscriptionConfiguration)
ArmTemplateParameters: $(ArmTemplateParameters)
UseFederatedAuth: ${{ parameters.UseFederatedAuth }}
Expand Down

0 comments on commit c9f5f87

Please sign in to comment.