Skip to content

Commit

Permalink
ci: store junit test results
Browse files Browse the repository at this point in the history
  • Loading branch information
manekinekko committed Mar 1, 2020
1 parent e1d31c4 commit e7a7039
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .circleci/config.yml
Expand Up @@ -37,6 +37,8 @@ jobs:
- attach_workspace:
at: dist
- run: npm run test.ci -- --reporters=default --reporters=jest-junit --maxWorkers=2
- store_test_results:
path: ./junit.xml
test-e2e:
<<: *run_cypress
steps:
Expand Down

0 comments on commit e7a7039

Please sign in to comment.