try to fix tests build the samples proj

This commit is contained in:
mvenditto
2023-06-16 18:43:55 +01:00
committed by AT
parent 53ac1de5a9
commit c76e05c84c

View File

@@ -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: |