Skip to content

Commit

Permalink
🔧 Assume trx2junit is installed already; use during test step
Browse files Browse the repository at this point in the history
  • Loading branch information
canterberry committed May 29, 2019
1 parent 1e411b5 commit f6c3276
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,11 +62,8 @@ jobs:
at: /docker
- run:
name: Testing
command: dotnet test --logger trx Blockmason.Link.Tests/Blockmason.Link.Tests.csproj
- run:
name: Preparing test report
command: |
dotnet tool install -g trx2junit
dotnet test --logger trx Blockmason.Link.Tests/Blockmason.Link.Tests.csproj
find . -type f -name '*.trx' | xargs /docker/.dotnet/tools/trx2junit
- store_test_results:
path: TestResults

0 comments on commit f6c3276

Please sign in to comment.