From dcb0472fabeaab46346b61ac913fd532eceee8d6 Mon Sep 17 00:00:00 2001 From: Krzysztof Nozderko Date: Mon, 10 Jun 2024 12:29:46 +0000 Subject: [PATCH] testing --- .github/workflows/main.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 430698154..82869025c 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -64,6 +64,9 @@ jobs: - name: Run Tests run: | cd Snowflake.Data.Tests + echo "printing exiting dlls" + ls bin\Debug\net471\* + ls bin\Debug\net472\* dotnet-coverage collect "dotnet test --framework ${{ matrix.dotnet }} --no-build -l console;verbosity=normal" --output windows_${{ matrix.dotnet }}_${{ matrix.cloud_env }}_coverage.xml --output-format cobertura --settings coverage.config env: snowflake_cloud_env: ${{ matrix.cloud_env }}