From 53ac1de5a963879da8eec875178037b556757c23 Mon Sep 17 00:00:00 2001 From: mvenditto Date: Fri, 16 Jun 2023 18:37:03 +0100 Subject: [PATCH] another attempt to fix messed up tests + macos dotnet install --- .circleci/continue_config.yml | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index d0571dd9..d06dd42c 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -347,10 +347,9 @@ jobs: name: "Run C# Tests" command: | cd gpt4all-bindings/csharp - dotnet test -c Release --no-build --filter SKIP_ON_CI!=True --logger "trx" + dotnet test -v n --filter "SKIP_ON_CI!=True" --logger "trx" - run: name: test results - when: always command: | cd gpt4all-bindings/csharp/Gpt4All.Tests dotnet tool install -g trx2junit @@ -407,10 +406,9 @@ jobs: name: "Run C# Tests" command: | cd gpt4all-bindings/csharp - dotnet.exe test -c Release --no-build --filter SKIP_ON_CI!=True --logger "trx" + dotnet.exe test -v n --filter "SKIP_ON_CI!=True" --logger "trx" - run: name: test results - when: always command: | cd gpt4all-bindings/csharp/Gpt4All.Tests dotnet tool install -g trx2junit @@ -436,7 +434,7 @@ jobs: command: | brew install cmake curl https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh -o dotnet-install.sh - ./dotnet_install.sh -Channel 6.0.1xx + ./dotnet-install.sh -Channel 6.0.1xx - run: name: Build C library command: | @@ -467,10 +465,9 @@ jobs: name: "Run C# Tests" command: | cd gpt4all-bindings/csharp - dotnet test -c Release --no-build --filter SKIP_ON_CI!=True --logger "trx" + dotnet test -v n --filter "SKIP_ON_CI!=True" --logger "trx" - run: name: test results - when: always command: | cd gpt4all-bindings/csharp/Gpt4All.Tests dotnet tool install -g trx2junit