Skip to content

Commit 12d8241

Browse files
committed
feat: add unit tests step to Azure DevOps workflow
1 parent 113df76 commit 12d8241

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/azure-dev.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,10 @@ jobs:
4646
dotnet-version: |
4747
9.x.x
4848
49+
- name: Run Unit Tests
50+
run: dotnet test --no-build --verbosity normal
51+
if: always()
52+
4953
- name: Log in with Azure (Federated Credentials)
5054
run: |
5155
azd auth login `

0 commit comments

Comments
 (0)