Skip to content

Commit 6824710

Browse files
committed
revert back to using npm
1 parent e3c3034 commit 6824710

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

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

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,11 @@ jobs:
7171
jdkDestinationDirectory: "$(downloadPath)/externals"
7272
cleanDestinationDirectory: true
7373
displayName: 'Setup Java for Windows'
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'
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'
7879
- pwsh: |
7980
if ("$(isTag)"){
8081
$buildNumber="$(Build.SourceBranchName)"

0 commit comments

Comments
 (0)