This commit is contained in:
mvenditto 2023-06-16 17:01:02 +01:00 committed by AT
parent 33ead4cbf1
commit 9e77a1bb6f

View File

@ -414,7 +414,7 @@ jobs:
command: | command: |
cd gpt4all-bindings/csharp/Gpt4All.Tests cd gpt4all-bindings/csharp/Gpt4All.Tests
dotnet tool install -g trx2junit dotnet tool install -g trx2junit
export $Env:Path += ";$Env:USERPROFILE\.dotnet\tools" $Env:Path += ";$Env:USERPROFILE\.dotnet\tools"
trx2junit TestResults/*.trx trx2junit TestResults/*.trx
- store_test_results: - store_test_results:
path: gpt4all-bindings/csharp/Gpt4All.Tests/TestResults path: gpt4all-bindings/csharp/Gpt4All.Tests/TestResults