Skip to content

Commit

Permalink
🔧 Move test report to the path expected by CircleCI
Browse files Browse the repository at this point in the history
  • Loading branch information
canterberry committed May 29, 2019
1 parent d3c1054 commit 77e362a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,5 +49,6 @@ jobs:
command: |
dotnet test --logger trx Blockmason.Link.Tests/Blockmason.Link.Tests.csproj
find . -type f -name '*.trx' | xargs /docker/.dotnet/tools/trx2junit --output Blockmason.Link.Tests/TestResults/junit
mv $(find Blockmason.Link.Tests/TestResults -type f -name '*.xml' | xargs) Blockmason.Link.Tests/TestResults/junit/results.xml
- store_test_results:
path: Blockmason.Link.Tests/TestResults

0 comments on commit 77e362a

Please sign in to comment.