Skip to content
This repository was archived by the owner on May 27, 2025. It is now read-only.

Commit d925a89

Browse files
committed
add cosmosdb emulator and switch to windows runner
1 parent 430ba68 commit d925a89

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

.github/workflows/integration.yaml

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ env:
1919

2020
jobs:
2121
integration-tests:
22-
runs-on: ubuntu-latest
22+
runs-on: windows-latest
2323
steps:
2424
- name: Checkout repository
2525
uses: actions/checkout@v4
@@ -35,6 +35,12 @@ jobs:
3535
mkdir azurite
3636
azurite --silent --location azurite --debug azurite\debug.log &
3737
38+
- name: Install Azure Cosmos DB emulator
39+
run: |
40+
Write-Host "Launching Cosmos DB Emulator"
41+
Import-Module "$env:ProgramFiles\Azure Cosmos DB Emulator\PSModules\Microsoft.Azure.CosmosDB.Emulator"
42+
Start-CosmosDbEmulator
43+
3844
- name: Install dependencies
3945
working-directory: backend
4046
run: |

0 commit comments

Comments
 (0)