Skip to content

Commit 7c78aaf

Browse files
committed
use docker for azurerite on windows
1 parent 4e9b642 commit 7c78aaf

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

eng/ci/templates/jobs/run-emulated-tests-windows.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -72,10 +72,9 @@ jobs:
7272
cleanDestinationDirectory: true
7373
displayName: 'Setup Java for Windows'
7474
- bash: |
75-
npm install -g azurite
76-
mkdir azurite
77-
azurite --silent --location azurite --debug azurite\debug.log &
78-
displayName: 'Install and Run Azurite'
75+
docker compose -f emulatedtests/utils/docker-compose.yml pull
76+
docker compose -f emulatedtests/utils/docker-compose.yml up -d
77+
displayName: 'Install Azurite and Start Emulators'
7978
- pwsh: |
8079
if ("$(isTag)"){
8180
$buildNumber="$(Build.SourceBranchName)"

0 commit comments

Comments
 (0)