try to output test artifact

This commit is contained in:
Adam Pash 2019-01-15 16:41:20 -08:00
parent 9e69501ad2
commit b526a4eca3

View File

@ -8,8 +8,10 @@ jobs:
- run: "yarn install"
- run: "yarn lint:ci"
- run: "yarn build"
- run: "./scripts/pr-parser-preview.sh"
- run: "yarn test:node -- --maxWorkers=4"
- run: "yarn test:node -- --maxWorkers=4 --json --outputFile=tmp/artifacts/test-output.json"
- run:
command: "./scripts/pr-parser-preview.sh"
when: "always"
- store_artifacts:
path: tmp/artifacts