mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-18 03:25:46 +00:00
try to fix tests build the samples proj
This commit is contained in:
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…
Reference in New Issue
Block a user