Skip to content

Commit

Permalink
add azurite ports
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Jun 18, 2024
1 parent 17a69ae commit 509f4e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/validate-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ jobs:
run: npm install -g azurite

- name: Start Azurite
run: azurite --silent --queuePort 10001 &
run: azurite --silent --blobPort 10000 --queuePort 10001 --tablePort 10002 &

- name: Test DTx.Core
run: dotnet test #--configuration $config --no-build --verbosity normal

0 comments on commit 509f4e7

Please sign in to comment.