mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2024-10-01 01:06:10 -04:00
another attempt to fix messed up tests + macos dotnet install
This commit is contained in:
parent
a4cbaa8263
commit
53ac1de5a9
@ -347,10 +347,9 @@ jobs:
|
|||||||
name: "Run C# Tests"
|
name: "Run C# Tests"
|
||||||
command: |
|
command: |
|
||||||
cd gpt4all-bindings/csharp
|
cd gpt4all-bindings/csharp
|
||||||
dotnet test -c Release --no-build --filter SKIP_ON_CI!=True --logger "trx"
|
dotnet test -v n --filter "SKIP_ON_CI!=True" --logger "trx"
|
||||||
- run:
|
- run:
|
||||||
name: test results
|
name: test results
|
||||||
when: always
|
|
||||||
command: |
|
command: |
|
||||||
cd gpt4all-bindings/csharp/Gpt4All.Tests
|
cd gpt4all-bindings/csharp/Gpt4All.Tests
|
||||||
dotnet tool install -g trx2junit
|
dotnet tool install -g trx2junit
|
||||||
@ -407,10 +406,9 @@ jobs:
|
|||||||
name: "Run C# Tests"
|
name: "Run C# Tests"
|
||||||
command: |
|
command: |
|
||||||
cd gpt4all-bindings/csharp
|
cd gpt4all-bindings/csharp
|
||||||
dotnet.exe test -c Release --no-build --filter SKIP_ON_CI!=True --logger "trx"
|
dotnet.exe test -v n --filter "SKIP_ON_CI!=True" --logger "trx"
|
||||||
- run:
|
- run:
|
||||||
name: test results
|
name: test results
|
||||||
when: always
|
|
||||||
command: |
|
command: |
|
||||||
cd gpt4all-bindings/csharp/Gpt4All.Tests
|
cd gpt4all-bindings/csharp/Gpt4All.Tests
|
||||||
dotnet tool install -g trx2junit
|
dotnet tool install -g trx2junit
|
||||||
@ -436,7 +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
|
||||||
./dotnet_install.sh -Channel 6.0.1xx
|
./dotnet-install.sh -Channel 6.0.1xx
|
||||||
- run:
|
- run:
|
||||||
name: Build C library
|
name: Build C library
|
||||||
command: |
|
command: |
|
||||||
@ -467,10 +465,9 @@ jobs:
|
|||||||
name: "Run C# Tests"
|
name: "Run C# Tests"
|
||||||
command: |
|
command: |
|
||||||
cd gpt4all-bindings/csharp
|
cd gpt4all-bindings/csharp
|
||||||
dotnet test -c Release --no-build --filter SKIP_ON_CI!=True --logger "trx"
|
dotnet test -v n --filter "SKIP_ON_CI!=True" --logger "trx"
|
||||||
- run:
|
- run:
|
||||||
name: test results
|
name: test results
|
||||||
when: always
|
|
||||||
command: |
|
command: |
|
||||||
cd gpt4all-bindings/csharp/Gpt4All.Tests
|
cd gpt4all-bindings/csharp/Gpt4All.Tests
|
||||||
dotnet tool install -g trx2junit
|
dotnet tool install -g trx2junit
|
||||||
|
Loading…
Reference in New Issue
Block a user