Skip to content

Commit 14e042c

Browse files
committed
Fix CI test filtering
Signed-off-by: Victor Chang <vicchang@nvidia.com>
1 parent df99963 commit 14e042c

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
@@ -171,7 +171,7 @@ jobs:
171171
working-directory: ./src/Plugins/MinIO/Tests
172172

173173
- name: Test
174-
run: find ~+ -type f -name "*.Test.csproj" | xargs -L1 dotnet test -c ${{ env.BUILD_CONFIG }} -v=minimal -r "${{ env.TEST_RESULTS }}" --collect:"XPlat Code Coverage" --settings coverlet.runsettings
174+
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
175175
working-directory: ./src
176176

177177
- name: End SonarScanner

0 commit comments

Comments
 (0)