Skip to content

Commit

Permalink
Update build-test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
NaluTripician committed Nov 26, 2024
1 parent 998dec0 commit 668d76e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ parameters:
EmulatorPipeline3CategoryListName: ' MultiRegion '
EmulatorPipeline4CategoryListName: ' MultiMaster '
MultiRegionConnectionString : ''
MultiMasterConnectionString : ''
MultiRegionMultiMasterConnectionString : ''
IncludeEncryption: true
IncludePerformance: true
IncludeCoverage: true
Expand Down Expand Up @@ -449,5 +449,5 @@ jobs:
publishTestResults: true
testRunTitle: Microsoft.Azure.Cosmos.EmulatorTests
env:
COSMOSDB_MULTI_REGION: ${{ parameters.MultiMasterConnectionString }}
COSMOSDB_MULTI_REGION: ${{ parameters.MultiRegionMultiMasterConnectionString }}
AZURE_COSMOS_NON_STREAMING_ORDER_BY_FLAG_DISABLED: true

0 comments on commit 668d76e

Please sign in to comment.