You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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.
13
14
---
@@ -1234,7 +1235,7 @@ Run a test suite using the built-in test driver for .NET and a testing framework
1234
1235
- name: Checkout (GitHub)
1235
1236
uses: actions/checkout@v3
1236
1237
- name: Start Azure Cosmos DB emulator
1237
-
run: >-
1238
+
run: |
1238
1239
Write-Host "Launching Cosmos DB Emulator"
1239
1240
Import-Module "$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules\Microsoft.Azure.CosmosDB.Emulator"
1240
1241
Start-CosmosDbEmulator
@@ -1275,7 +1276,7 @@ Test your Python application and database operations using [`pytest`](https://py
1275
1276
- name: Checkout (GitHub)
1276
1277
uses: actions/checkout@v3
1277
1278
- name: Start Azure Cosmos DB emulator
1278
-
run: >-
1279
+
run: |
1279
1280
Write-Host "Launching Cosmos DB Emulator"
1280
1281
Import-Module "$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules\Microsoft.Azure.CosmosDB.Emulator"
1281
1282
Start-CosmosDbEmulator
@@ -1318,7 +1319,7 @@ Use [`mocha`](https://www.npmjs.com/package/mocha) to test your Node.js applicat
1318
1319
- name: Checkout (GitHub)
1319
1320
uses: actions/checkout@v3
1320
1321
- name: Start Azure Cosmos DB emulator
1321
-
run: >-
1322
+
run: |
1322
1323
Write-Host "Launching Cosmos DB Emulator"
1323
1324
Import-Module "$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules\Microsoft.Azure.CosmosDB.Emulator"
0 commit comments