From b877cfa3e9062c9cb2bc5f1cf1487c73bb963445 Mon Sep 17 00:00:00 2001 From: mvenditto Date: Thu, 15 Jun 2023 20:57:37 +0100 Subject: [PATCH] revert sdk version bump + specify test project --- .circleci/continue_config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/continue_config.yml b/.circleci/continue_config.yml index e534fb07..5fc2c1de 100644 --- a/.circleci/continue_config.yml +++ b/.circleci/continue_config.yml @@ -311,7 +311,7 @@ jobs: build-csharp-linux: docker: - - image: mcr.microsoft.com/dotnet/sdk:7.0-jammy # Ubuntu 22.04 + - image: mcr.microsoft.com/dotnet/sdk:6.0-jammy # Ubuntu 22.04 steps: - checkout - restore_cache: @@ -342,7 +342,7 @@ jobs: name: "Run C# Tests" command: | cd gpt4all-bindings/csharp - dotnet test . --filter SKIP_ON_CI=False + dotnet test Gtp4All.Tests --filter SKIP_ON_CI=False - run: name: Build C# Project command: |