From 948cfd93bfa77649ce4fe3cf5eb9817eb79030e9 Mon Sep 17 00:00:00 2001 From: Anthony Shaw Date: Tue, 7 Jan 2025 13:18:02 +1100 Subject: [PATCH] Update dotnet-ci.yml --- .github/workflows/dotnet-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dotnet-ci.yml b/.github/workflows/dotnet-ci.yml index bea89a7a..b364eefd 100644 --- a/.github/workflows/dotnet-ci.yml +++ b/.github/workflows/dotnet-ci.yml @@ -61,7 +61,7 @@ jobs: working-directory: src - name: Test - run: dotnet test --no-build --blame --verbosity m --collect "XPlat Code Coverage" --results-directory test-results /p:TrxLogFileNameSuffix=${{ matrix.os }}-${{ matrix.python }} -bl:${{ github.workspace }}/tests-${{ matrix.os }}-${{ matrix.python }}.binlog + run: dotnet test --no-build --blame --verbosity m --logger "console;verbosity=detailed" --collect "XPlat Code Coverage" --results-directory test-results /p:TrxLogFileNameSuffix=${{ matrix.os }}-${{ matrix.python }} -bl:${{ github.workspace }}/tests-${{ matrix.os }}-${{ matrix.python }}.binlog working-directory: src env: PYTHON_VERSION: ${{ steps.installpython.outputs.python-version }}