Skip to content

Commit b8919ee

Browse files
Update build-and-test.yml
1 parent 92ad141 commit b8919ee

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-and-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,11 @@ jobs:
5151
5252
- name: Install Azurite
5353
shell: bash
54-
run: npm install -g azurite
54+
run: sudo npm install -g azurite
5555

5656
- name: Use Azurite
5757
shell: bash
58-
run: azurite --loose &
58+
run: sudo azurite --loose &
5959

6060
- name: Build
6161
shell: pwsh

0 commit comments

Comments
 (0)