Skip to content

Commit

Permalink
Fix azurite in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
jfantinhardesty committed Sep 14, 2023
1 parent 41b98a7 commit 66b9d1f
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/unit-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -139,13 +139,10 @@ jobs:
echo "Startup complete"
- name: Install Azurite
uses: actions/setup-node@v3
with:
node-version: 20
- run: npm install -g azurite
run: npm install -g azurite

- name: Start Azurite
run: azurite
run: azurite --silent &

- name: Run some Tests against LocalStack
run: |
Expand Down

0 comments on commit 66b9d1f

Please sign in to comment.