Skip to content

Commit c8e57fa

Browse files
authored
Update test command to use --solution flag
1 parent 5d98e38 commit c8e57fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/onPullRequest-TestDotnet.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,4 +28,4 @@ jobs:
2828
run: dotnet build CodeOfChaos.CliArgsParser.slnx --configuration Release --no-restore -p:GeneratePackageOnBuild=false -p:IsPackable=false
2929

3030
- name: Run tests
31-
run: dotnet test CodeOfChaos.CliArgsParser.slnx --configuration Release --no-restore --no-build
31+
run: dotnet test --solution CodeOfChaos.CliArgsParser.slnx --configuration Release --no-restore --no-build

0 commit comments

Comments
 (0)