0
0
mirror of https://github.com/alex289/CleanArchitecture.git synced 2025-06-29 18:21:08 +00:00

fix: Add missing space

This commit is contained in:
alex289 2025-01-16 14:24:41 +01:00
parent 0affa3aba6
commit aeb8ea5d38
No known key found for this signature in database
GPG Key ID: 573F77CD2D87F863

View File

@ -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