This is an automated email from the ASF dual-hosted git repository.

djensen pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pulsar-dotpulsar.git


The following commit(s) were added to refs/heads/master by this push:
     new 3077868  Add runsettings to dotnet test command
3077868 is described below

commit 30778682941fbefdc845dffdafd2330afffe5b72
Author: entvex <[email protected]>
AuthorDate: Wed Feb 11 14:30:29 2026 +0100

    Add runsettings to dotnet test command
---
 .github/workflows/ci-unit.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/ci-unit.yaml b/.github/workflows/ci-unit.yaml
index 3178b05..ad10a32 100644
--- a/.github/workflows/ci-unit.yaml
+++ b/.github/workflows/ci-unit.yaml
@@ -41,4 +41,4 @@ jobs:
       - name: run unit tests
         run: |
           echo 'Dotnet Version: ${{ steps.setupstep.outputs.dotnet-version }}'
-          dotnet test ./tests/DotPulsar.Tests/DotPulsar.Tests.csproj --logger 
"trx;verbosity=detailed"
+          dotnet test ./tests/DotPulsar.Tests/DotPulsar.Tests.csproj --logger 
"trx;verbosity=detailed" --settings .runsettings

Reply via email to