Skip to content

Commit b5fdee2

Browse files
committed
Ensure Azurite is installed and running before tests
1 parent 16a9115 commit b5fdee2

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ 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-table &
75+
7176
- name: 🧪 test
7277
shell: bash --noprofile --norc {0}
7378
env:

.github/workflows/publish.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ jobs:
3434
brew install grep
3535
echo 'export PATH="/usr/local/opt/grep/libexec/gnubin:$PATH"' >> .bash_profile
3636
37+
- name: ⚙ azurite
38+
run: |
39+
npm install azurite
40+
npx azurite-table &
41+
3742
- name: 🧪 test
3843
shell: bash --noprofile --norc {0}
3944
env:

0 commit comments

Comments
 (0)