Skip to content

Commit f925192

Browse files
committed
Update onPullRequest-TestDotnet.yml
1 parent 113e4a1 commit f925192

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.Testing.slnx --configuration Release --no-restore -p:GeneratePackageOnBuild=false -p:IsPackable=false
2929

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

0 commit comments

Comments
 (0)