Skip to content

Commit

Permalink
Update test-and-deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
shrutiburman committed Nov 24, 2023
1 parent 7ae6c69 commit bcd61fa
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,10 @@ jobs:
with:
dotnet-version: '3.1.x'

- run: dotnet build -c Release
- name: Build & Test via dotnet
run: dotnet build -c Release
- run: dotnet test -c Release

- name: Build & Test
run: make test-docker release
- run: bash <(curl -s https://codecov.io/bash)
Expand Down

0 comments on commit bcd61fa

Please sign in to comment.