Skip to content

Commit 98d1d64

Browse files
committed
fix: update test command to use 'dotnet test' for HomebrewTests
1 parent 4d813e8 commit 98d1d64

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,4 +59,6 @@ jobs:
5959
dotnet-version: '10.0.x'
6060

6161
- name: Run tests
62-
run: dotnet run tests/PackageManagerTests/HomebrewTests/src/HomebrewTests.csproj --configuration Debug
62+
run: |
63+
cd tests/PackageManagerTests/HomebrewTests/src
64+
dotnet test --configuration Debug

0 commit comments

Comments
 (0)