Skip to content

Commit

Permalink
fix: Add missing space
Browse files Browse the repository at this point in the history
  • Loading branch information
alex289 committed Jan 16, 2025
1 parent 0affa3a commit aeb8ea5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dotnet.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
run: dotnet build --no-restore

- name: Test
run: dotnet test --no-build --verbosity normal --logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true" --RunConfiguration.CollectSourceInformation=true
run: dotnet test --no-build --verbosity normal --logger "GitHubActions;summary.includePassedTests=true;summary.includeSkippedTests=true" -- RunConfiguration.CollectSourceInformation=true

cd:
runs-on: ubuntu-latest
Expand Down

0 comments on commit aeb8ea5

Please sign in to comment.