Skip to content

Commit a6189c8

Browse files
committed
fix: remove unnecessary --no-build option from unit test command
1 parent 2c81650 commit a6189c8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/azure-dev.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
9.x.x
4848
4949
- name: Run Unit Tests
50-
run: dotnet test --no-build --verbosity normal
50+
run: dotnet test --verbosity normal
5151
if: always()
5252

5353
- name: Log in with Azure (Federated Credentials)

0 commit comments

Comments
 (0)