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"
|
name: "Run C# Tests"
|
||||||
command: |
|
command: |
|
||||||
cd gpt4all-bindings/csharp
|
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:
|
- run:
|
||||||
name: test results
|
name: test results
|
||||||
command: |
|
command: |
|
||||||
@ -406,7 +406,7 @@ jobs:
|
|||||||
name: "Run C# Tests"
|
name: "Run C# Tests"
|
||||||
command: |
|
command: |
|
||||||
cd gpt4all-bindings/csharp
|
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:
|
- run:
|
||||||
name: test results
|
name: test results
|
||||||
command: |
|
command: |
|
||||||
@ -434,6 +434,7 @@ jobs:
|
|||||||
command: |
|
command: |
|
||||||
brew install cmake
|
brew install cmake
|
||||||
curl https://dotnet.microsoft.com/download/dotnet/scripts/v1/dotnet-install.sh -o dotnet-install.sh
|
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
|
./dotnet-install.sh -Channel 6.0.1xx
|
||||||
- run:
|
- run:
|
||||||
name: Build C library
|
name: Build C library
|
||||||
@ -465,7 +466,7 @@ jobs:
|
|||||||
name: "Run C# Tests"
|
name: "Run C# Tests"
|
||||||
command: |
|
command: |
|
||||||
cd gpt4all-bindings/csharp
|
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:
|
- run:
|
||||||
name: test results
|
name: test results
|
||||||
command: |
|
command: |
|
||||||
|
Loading…
Reference in New Issue
Block a user