Skip to content

Commit

Permalink
start azurite and run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
davidmrdavid authored Jun 18, 2024
1 parent 509f4e7 commit b43df47
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/validate-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,5 @@ jobs:
- name: Install Azurite
run: npm install -g azurite

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

- name: Test DTx.Core
run: dotnet test #--configuration $config --no-build --verbosity normal
run: azurite --blobPort 10000 --queuePort 10001 --tablePort 10002 & dotnet test #--configuration $config --no-build --verbosity normal

0 comments on commit b43df47

Please sign in to comment.