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 16a9115 commit b5fdee2Copy full SHA for b5fdee2
.github/workflows/build.yml
@@ -68,6 +68,11 @@ jobs:
68
brew install grep
69
echo 'export PATH="/usr/local/opt/grep/libexec/gnubin:$PATH"' >> .bash_profile
70
71
+ - name: ⚙ azurite
72
+ run: |
73
+ npm install azurite
74
+ npx azurite-table &
75
+
76
- name: 🧪 test
77
shell: bash --noprofile --norc {0}
78
env:
.github/workflows/publish.yml
@@ -34,6 +34,11 @@ jobs:
34
35
36
37
38
39
40
41
42
43
44
0 commit comments