-
-
Notifications
You must be signed in to change notification settings - Fork 8.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update CI for v1 #968
Update CI for v1 #968
Conversation
Deploy preview for docusaurus-preview ready! Built with commit b9159b4 |
Edit: Didn't see the [WIP] Sorry ! |
@endiliey v1-tests are running now 😄 |
- run: | ||
name: Check Prettier & ESLint | ||
command: cd v1 && yarn ci-check |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
prettier
is no longer being run. Is this intentional ?
Good catch @endiliey! I added a Prettier workflow which will run for both v1 and v2 code. |
I think we should run v2-tests as well. WDYT ? If we want to be more efficient, then we can do some script to only run v1-test if v1 files is changed, and viceversa Edit: I mistakenly pressed wrong button & closed it :'( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
I'll add v2 tests in a follow up PR. This PR is already too big :)
Regards,
Yangshun
…On Wed, Sep 19, 2018 at 12:03 PM Endilie Yacop Sucipto < ***@***.***> wrote:
***@***.**** approved this pull request.
LGTM
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#968 (review)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ABQRHV96OYDv-IJAzUddvyVidFDfY5e7ks5uccIogaJpZM4WtHJ2>
.
|
Motivation
Per title.
Have you read the Contributing Guidelines on pull requests?
Yes
Test Plan
CI results.
Related PRs
NA.