Skip to content

Commit 49b20c9

Browse files
committed
use docker for azurerite on windows
1 parent 618c09c commit 49b20c9

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

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

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -71,11 +71,10 @@ jobs:
7171
jdkDestinationDirectory: "$(downloadPath)/externals"
7272
cleanDestinationDirectory: true
7373
displayName: 'Setup Java for Windows'
74-
- bash: |
75-
npm install -g azurite
76-
mkdir azurite
77-
azurite --silent --location azurite --debug azurite\debug.log &
78-
displayName: 'Install and Run Azurite'
74+
- pwsh: |
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)