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 1c82b6b commit 1519a0a
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/test-and-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,10 +35,7 @@ jobs:
with:
dotnet-version: '3.1.x'

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

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

0 comments on commit 1519a0a

Please sign in to comment.