Commit 35c6fbdc authored by BryceLTaylor's avatar BryceLTaylor

circleci store junit output of integration tests as test result and artifact

parent 2dd199d4
......@@ -78,6 +78,10 @@ aliases:
name: "integration tests with Jest"
command: |
npm run test:integration:jest:remote
- store_test_results:
path: test/results
- store_artifacts:
path: test/results
- &integration_tap
<<: *defaults
steps:
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment