Skip to content

Commit e154710

Browse files
committed
Fix test param
Signed-off-by: Victor Chang <[email protected]>
1 parent f61e2ec commit e154710

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,7 +177,7 @@ jobs:
177177
env:
178178
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
179179
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
180-
run: find ~+ -type f -name "*.Tests.csproj" | xargs -L1 dotnet test -c ${{ env.BUILD_CONFIG }} -v=minimal -r "${{ env.TEST_RESULTS }}" --collect:"XPlat Code Coverage" --settings coverlet.runsettings
180+
run: find ~+ -type f -name "*.Tests.csproj" | xargs -L1 dotnet test -c ${{ env.BUILD_CONFIG }} -v=minimal --results-directory "${{ env.TEST_RESULTS }}" --collect:"XPlat Code Coverage" --settings coverlet.runsettings
181181
working-directory: ./src
182182

183183
- name: End SonarScanner

0 commit comments

Comments
 (0)