From ceaa3bf0050c2f90a1acef66ff8bf6f7b34801a8 Mon Sep 17 00:00:00 2001 From: Yury-Fridlyand Date: Wed, 21 Feb 2024 15:00:24 -0800 Subject: [PATCH] experiment Signed-off-by: Yury-Fridlyand --- .github/workflows/csharp.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/csharp.yml b/.github/workflows/csharp.yml index 8b5e753309..c3aeca0878 100644 --- a/.github/workflows/csharp.yml +++ b/.github/workflows/csharp.yml @@ -81,11 +81,15 @@ jobs: dotnet --version dotnet test --version echo ' ====== ' + dotnet --info + echo ' ====== ' dotnet --help echo ' ====== ' dotnet test --help echo ' ====== ' - dotnet test --framework net${{ matrix.dotnet }} tests.csproj "-l:html;LogFileName=TestReport.html" --results-directory . + echo "dotnet test --framework net${{ matrix.dotnet }} tests.csproj" + + # "-l:html;LogFileName=TestReport.html" --results-directory . - uses: ./.github/workflows/test-benchmark with: