Store additional artifacts to debug test failures
This commit is contained in:
@@ -27,6 +27,9 @@ jobs:
|
||||
name: Run Tests
|
||||
command: npm test
|
||||
|
||||
- store_artifacts:
|
||||
path: /home/circleci/.npm/_logs
|
||||
|
||||
- store_artifacts:
|
||||
path: coverage/
|
||||
destination: coverage
|
||||
|
||||
Reference in New Issue
Block a user