mirror of
https://github.com/nomic-ai/gpt4all.git
synced 2025-08-08 03:23:39 +00:00
attempt to fix tests
This commit is contained in:
parent
4c3507db95
commit
a92fe0a089
@ -347,20 +347,21 @@ jobs:
|
|||||||
name: "Run C# Tests"
|
name: "Run C# Tests"
|
||||||
command: |
|
command: |
|
||||||
cd gpt4all-bindings/csharp
|
cd gpt4all-bindings/csharp
|
||||||
dotnet test Gpt4All.Tests --no-build --filter SKIP_ON_CI!=True --logger "trx"
|
dotnet test Gpt4All.Tests --filter SKIP_ON_CI!=True --logger "trx"
|
||||||
- run:
|
- run:
|
||||||
name: test results
|
name: test results
|
||||||
when: always
|
when: always
|
||||||
command: |
|
command: |
|
||||||
|
cd gpt4all-bindings/csharp/Gpt4All.Tests
|
||||||
dotnet tool install -g trx2junit
|
dotnet tool install -g trx2junit
|
||||||
export PATH="$PATH:/root/.dotnet/tools"
|
export PATH="$PATH:/root/.dotnet/tools"
|
||||||
trx2junit tests/**/TestResults/*.trx
|
trx2junit TestResults/*.trx
|
||||||
- store_test_results:
|
- store_test_results:
|
||||||
path: tests/TestResults
|
path: tests/TestResults
|
||||||
- persist_to_workspace:
|
- persist_to_workspace:
|
||||||
root: gpt4all-bindings/csharp/runtimes/linux-x64/native
|
root: gpt4all-bindings/csharp
|
||||||
paths:
|
paths:
|
||||||
- "*.so"
|
- runtimes/linux-x64/native
|
||||||
|
|
||||||
build-csharp-windows:
|
build-csharp-windows:
|
||||||
executor:
|
executor:
|
||||||
|
Loading…
Reference in New Issue
Block a user