mirror of
https://github.com/nomic-ai/gpt4all
synced 2024-11-20 03:25:37 +00:00
fix
This commit is contained in:
parent
d290ecee34
commit
a4cbaa8263
@ -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 Gpt4All.Tests -c Release --no-build --filter SKIP_ON_CI!=True --logger "trx"
|
dotnet test -c Release --no-build --filter SKIP_ON_CI!=True --logger "trx"
|
||||||
- run:
|
- run:
|
||||||
name: test results
|
name: test results
|
||||||
when: always
|
when: always
|
||||||
@ -407,7 +407,7 @@ jobs:
|
|||||||
name: "Run C# Tests"
|
name: "Run C# Tests"
|
||||||
command: |
|
command: |
|
||||||
cd gpt4all-bindings/csharp
|
cd gpt4all-bindings/csharp
|
||||||
dotnet.exe test Gpt4All.Tests -c Release --no-build --filter SKIP_ON_CI!=True --logger "trx"
|
dotnet.exe test -c Release --no-build --filter SKIP_ON_CI!=True --logger "trx"
|
||||||
- run:
|
- run:
|
||||||
name: test results
|
name: test results
|
||||||
when: always
|
when: always
|
||||||
@ -467,7 +467,7 @@ jobs:
|
|||||||
name: "Run C# Tests"
|
name: "Run C# Tests"
|
||||||
command: |
|
command: |
|
||||||
cd gpt4all-bindings/csharp
|
cd gpt4all-bindings/csharp
|
||||||
dotnet test Gpt4All.Tests -c Release --no-build --filter SKIP_ON_CI!=True --logger "trx"
|
dotnet test -c Release --no-build --filter SKIP_ON_CI!=True --logger "trx"
|
||||||
- run:
|
- run:
|
||||||
name: test results
|
name: test results
|
||||||
when: always
|
when: always
|
||||||
|
Loading…
Reference in New Issue
Block a user