mirror of
https://github.com/postlight/mercury-parser
synced 2024-10-31 03:20:40 +00:00
try to output test artifact
This commit is contained in:
parent
9e69501ad2
commit
b526a4eca3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user