We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92ad141 commit b8919eeCopy full SHA for b8919ee
.github/workflows/build-and-test.yml
@@ -51,11 +51,11 @@ jobs:
51
52
- name: Install Azurite
53
shell: bash
54
- run: npm install -g azurite
+ run: sudo npm install -g azurite
55
56
- name: Use Azurite
57
58
- run: azurite --loose &
+ run: sudo azurite --loose &
59
60
- name: Build
61
shell: pwsh
0 commit comments