Skip to content

Commit 03470aa

Browse files
committed
fix: change test command from 'dotnet test' to 'dotnet run' for HomebrewTests
1 parent 98d1d64 commit 03470aa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,4 +61,4 @@ jobs:
6161
- name: Run tests
6262
run: |
6363
cd tests/PackageManagerTests/HomebrewTests/src
64-
dotnet test --configuration Debug
64+
dotnet run --configuration Debug

0 commit comments

Comments
 (0)