Skip to content

Commit 200d2d3

Browse files
committed
Bring back azurite install/run before running tests
1 parent b963fd2 commit 200d2d3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/build.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,12 @@ jobs:
6868
brew install grep
6969
echo 'export PATH="/usr/local/opt/grep/libexec/gnubin:$PATH"' >> .bash_profile
7070
71+
- name: ⚙ azurite
72+
run: |
73+
npm install azurite
74+
npx azurite --version
75+
npx azurite &
76+
7177
- name: 🧪 test
7278
uses: ./.github/workflows/test
7379

0 commit comments

Comments
 (0)