From 7e471c524f1608dd068cb501adaffc14babe4348 Mon Sep 17 00:00:00 2001 From: ChaosEngine Date: Fri, 5 Aug 2022 11:34:02 +0200 Subject: [PATCH] test results #3 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 212855c7..4bceb065 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -39,7 +39,7 @@ jobs: when: always command: | dotnet tool install -g trx2junit - $env:Path += ";/root/.dotnet/tools" + $env:Path += "$HOME\.dotnet\tools" trx2junit tests/**/TestResults/*.trx - store_test_results: path: tests/TestResults