fix: auto-pr (#199)

pull/201/head
Adam Pash 5 years ago committed by GitHub
parent c643666c88
commit 78adb2c2a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -8,8 +8,8 @@ jobs:
- run: "yarn install"
- run: "yarn lint:ci"
- run: "yarn build"
- run: "yarn test:node -- --maxWorkers=4"
- run: "./scripts/pr-parser-preview.sh"
- run: "yarn test:node -- --maxWorkers=4"
- store_artifacts:
path: tmp/artifacts
@ -26,6 +26,14 @@ jobs:
- run: "yarn test:web -- --maxWorkers=4"
- run: "yarn build:web -- --maxWorkers=4"
update-fixtures:
docker:
- image: circleci/node:6.14-stretch
steps:
- checkout
- run: "yarn install"
- run: "node ./scripts/update-fixtures.js"
workflows:
version: 2
@ -43,3 +51,5 @@ workflows:
# branches:
# only:
# - master
# jobs:
# - update-fixtures

@ -141,7 +141,7 @@ const createPR = ({ branchName, title, body = '' }) => {
})
octokit.pulls.create({
owner: 'postlight-bot',
owner: 'postlight',
repo: 'mercury-parser',
title,
head: branchName,

Loading…
Cancel
Save