Skip to content

Commit 92ad141

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

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

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

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -50,24 +50,12 @@ jobs:
5050
git submodule -q update --init --recursive
5151
5252
- name: Install Azurite
53-
if: matrix.options.os != 'windows-latest'
5453
shell: bash
55-
run: sudo npm install -g azurite
54+
run: npm install -g azurite
5655

5756
- name: Use Azurite
58-
if: matrix.options.os != 'windows-latest'
5957
shell: bash
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-
if: matrix.options.os == 'windows-latest'
69-
shell: cmd
70-
run: start /B azurite --loose
58+
run: azurite --loose &
7159

7260
- name: Build
7361
shell: pwsh

0 commit comments

Comments
 (0)