Merge pull request #10916 from tschaub/debug-test-failures

Store additional artifacts to debug test failures
This commit is contained in:
Tim Schaub
2020-04-11 14:03:53 -06:00
committed by GitHub

View File

@@ -27,6 +27,9 @@ jobs:
name: Run Tests
command: npm test
- store_artifacts:
path: /home/circleci/.npm/_logs
- store_artifacts:
path: coverage/
destination: coverage