Skip to content

Commit a983220

Browse files
Merge pull request #277331 from seesharprun/patch-3
Cosmos DB | Emulator fix YAML typo
2 parents e59c236 + 5ed010b commit a983220

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

articles/cosmos-db/how-to-develop-emulator.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,8 @@ ms.author: sasinnat
77
ms.reviewer: sidandrews
88
ms.service: cosmos-db
99
ms.topic: how-to
10-
ms.date: 09/11/2023
10+
ms.date: 06/05/2024
11+
ms.collection: azure-cosmos-db-skilling-managed
1112
zone_pivot_groups: azure-cosmos-db-apis-nosql-mongodb-cassandra-gremlin-table
1213
# CustomerIntent: As a developer, I want to use the Azure Cosmos DB emulator so that I can develop my application against a database during development.
1314
---
@@ -1234,7 +1235,7 @@ Run a test suite using the built-in test driver for .NET and a testing framework
12341235
- name: Checkout (GitHub)
12351236
uses: actions/checkout@v3
12361237
- name: Start Azure Cosmos DB emulator
1237-
run: >-
1238+
run: |
12381239
Write-Host "Launching Cosmos DB Emulator"
12391240
Import-Module "$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules\Microsoft.Azure.CosmosDB.Emulator"
12401241
Start-CosmosDbEmulator
@@ -1275,7 +1276,7 @@ Test your Python application and database operations using [`pytest`](https://py
12751276
- name: Checkout (GitHub)
12761277
uses: actions/checkout@v3
12771278
- name: Start Azure Cosmos DB emulator
1278-
run: >-
1279+
run: |
12791280
Write-Host "Launching Cosmos DB Emulator"
12801281
Import-Module "$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules\Microsoft.Azure.CosmosDB.Emulator"
12811282
Start-CosmosDbEmulator
@@ -1318,7 +1319,7 @@ Use [`mocha`](https://www.npmjs.com/package/mocha) to test your Node.js applicat
13181319
- name: Checkout (GitHub)
13191320
uses: actions/checkout@v3
13201321
- name: Start Azure Cosmos DB emulator
1321-
run: >-
1322+
run: |
13221323
Write-Host "Launching Cosmos DB Emulator"
13231324
Import-Module "$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules\Microsoft.Azure.CosmosDB.Emulator"
13241325
Start-CosmosDbEmulator

0 commit comments

Comments
 (0)