Skip to content

Commit

Permalink
🔧 Still looking for those test results
Browse files Browse the repository at this point in the history
  • Loading branch information
canterberry committed May 29, 2019
1 parent 7b8b78f commit bce1bf0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,8 +66,7 @@ jobs:
- run:
name: Preparing test report
command: |
find Blockmason.Link.Tests -type f
dotnet tool install -g trx2junit
/docker/.dotnet/tools/trx2junit 'Blockmason.Link.Tests/Results/**/*.trx'
find . -type f -name '*.trx' | xargs /docker/.dotnet/tools/trx2junit
- store_test_results:
path: Blockmason.Link.Tests/Results
path: Results

0 comments on commit bce1bf0

Please sign in to comment.