Skip to content

Commit

Permalink
test results #3
Browse files Browse the repository at this point in the history
  • Loading branch information
ChaosEngine committed Aug 5, 2022
1 parent 01756a8 commit 7e471c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7e471c5

Please sign in to comment.