From c76e05c84c9e0edb670772d8805d51b5fa8b0efa Mon Sep 17 00:00:00 2001 From: mvenditto Date: Fri, 16 Jun 2023 18:43:55 +0100 Subject: [PATCH] try to fix tests build the samples proj --- .circleci/continue_config.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index d06dd42c..576074cb 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -347,7 +347,7 @@ jobs: name: "Run C# Tests" command: | cd gpt4all-bindings/csharp - dotnet test -v n --filter "SKIP_ON_CI!=True" --logger "trx" + dotnet test Gpt4All.Tests -v n --filter "SKIP_ON_CI!=True" --logger "trx" - run: name: test results command: | @@ -406,7 +406,7 @@ jobs: name: "Run C# Tests" command: | cd gpt4all-bindings/csharp - dotnet.exe test -v n --filter "SKIP_ON_CI!=True" --logger "trx" + dotnet.exe test Gpt4All.Tests -v n --filter "SKIP_ON_CI!=True" --logger "trx" - run: name: test results command: | @@ -434,6 +434,7 @@ jobs: command: | brew install cmake curl https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh -o dotnet-install.sh + chmod +x dotnet-install.sh ./dotnet-install.sh -Channel 6.0.1xx - run: name: Build C library @@ -465,7 +466,7 @@ jobs: name: "Run C# Tests" command: | cd gpt4all-bindings/csharp - dotnet test -v n --filter "SKIP_ON_CI!=True" --logger "trx" + dotnet test Gpt4All.Tests -v n --filter "SKIP_ON_CI!=True" --logger "trx" - run: name: test results command: |