Skip to content

Commit

Permalink
Run only the blob service instead of all of them
Browse files Browse the repository at this point in the history
References #700.
  • Loading branch information
gaul committed Nov 8, 2024
1 parent 5da1178 commit 0797c22
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ jobs:
run: npx --yes --loglevel info azurite --version
- name: Start Azurite
shell: bash
run: npx --yes azurite azurite-blob &
run: npx --yes azurite-blob &
- name: Maven Test with Azurite
run: |
# TODO: run other test classes
Expand Down

0 comments on commit 0797c22

Please sign in to comment.