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 187d20b commit 92ad141Copy full SHA for 92ad141
.github/workflows/build-and-test.yml
@@ -50,24 +50,12 @@ jobs:
50
git submodule -q update --init --recursive
51
52
- name: Install Azurite
53
- if: matrix.options.os != 'windows-latest'
54
shell: bash
55
- run: sudo npm install -g azurite
+ run: npm install -g azurite
56
57
- name: Use Azurite
58
59
60
- run: sudo azurite --loose &
61
-
62
- - name: Install Azurite Windows
63
- if: matrix.options.os == 'windows-latest'
64
- shell: cmd
65
- run: npm install -g azurite
66
67
- - name: Use Azurite Windows
68
69
70
- run: start /B azurite --loose
+ run: azurite --loose &
71
72
- name: Build
73
shell: pwsh
0 commit comments