Skip to content

Commit

Permalink
🔧 Explore where the test results might be
Browse files Browse the repository at this point in the history
  • Loading branch information
canterberry committed May 29, 2019
1 parent 66ee5e1 commit 7b8b78f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,12 +62,12 @@ jobs:
at: /docker
- run:
name: Testing
command: dotnet test --configuration Release --logger trx --no-build --results-directory TestResults Blockmason.Link.Tests/Blockmason.Link.Tests.csproj
command: dotnet test --configuration Release --logger trx --no-build --results-directory Results Blockmason.Link.Tests/Blockmason.Link.Tests.csproj
- run:
name: Preparing test report
command: |
find TestResults -type f
find Blockmason.Link.Tests -type f
dotnet tool install -g trx2junit
/docker/.dotnet/tools/trx2junit 'TestResults/**/*.trx'
/docker/.dotnet/tools/trx2junit 'Blockmason.Link.Tests/Results/**/*.trx'
- store_test_results:
path: TestResults
path: Blockmason.Link.Tests/Results

0 comments on commit 7b8b78f

Please sign in to comment.