try to fix tests build the samples proj

cmake-exportbuild
mvenditto 1 year ago committed by AT
parent 53ac1de5a9
commit c76e05c84c

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

Loading…
Cancel
Save