make dir for artifacts

This commit is contained in:
Adam Pash 2019-01-16 10:31:01 -08:00
parent 208a4421b4
commit d53116fdae

View File

@ -8,6 +8,7 @@ jobs:
- run: "yarn install"
- run: "yarn lint:ci"
- run: "yarn build"
- run: "mkdir -p tmp/artifacts"
- run: "yarn test:node -- --maxWorkers=4 --json --outputFile=tmp/artifacts/test-output.json"
- run:
command: "./scripts/pr-parser-preview.sh"