Skip to content

Commit 5738a19

Browse files
authored
Update how-to-develop-emulator.md
1 parent 9bebfcb commit 5738a19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1318,7 +1318,7 @@ Use [`mocha`](https://www.npmjs.com/package/mocha) to test your Node.js applicat
13181318
- name: Checkout (GitHub)
13191319
uses: actions/checkout@v3
13201320
- name: Start Azure Cosmos DB emulator
1321-
run: >-
1321+
run: |
13221322
Write-Host "Launching Cosmos DB Emulator"
13231323
Import-Module "$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules\Microsoft.Azure.CosmosDB.Emulator"
13241324
Start-CosmosDbEmulator

0 commit comments

Comments
 (0)