Skip to content

Commit

Permalink
Remove start Azurite from the build pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
kbeaugrand committed Sep 9, 2022
1 parent 926ebc9 commit 47b4a71
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,6 @@ jobs:
name: swagger-doc
path: ./src/swagger.json

# Start Azurite for local testing
- name: Start Azurite
run: |
sudo npm install -g azurite
sudo mkdir azurite
sudo azurite --silent --location azurite --debug azurite\debug.log &
- name: Run unit tests
run: dotnet test --no-build --verbosity normal --logger trx --collect:"XPlat Code Coverage" /p:CollectCoverage=true /p:CoverletOutputFormat=cobertura AzureIoTHub.Portal.Tests.Unit/AzureIoTHub.Portal.Tests.Unit.csproj
working-directory: src/
Expand Down

0 comments on commit 47b4a71

Please sign in to comment.