-
Notifications
You must be signed in to change notification settings - Fork 16
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
Add Github action for testing #404
Conversation
96e1244
to
b873b5c
Compare
.github/workflows/node.js.yml
Outdated
push: | ||
branches: [ "main", "v3" ] | ||
pull_request: | ||
branches: [ "main", "v3" ] |
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.
the "v3" branch inclusion is temporary while we're working on the next version of the CLI
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.
Do we want to run this and circle on main while we're working out of v3?
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.
good point - let me turn it off for main
This reverts commit 60731d7. we send a webhook to circleCI and report failure regardless of whether or not there's a config file.
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
.github/workflows/node.js.yml
Outdated
push: | ||
branches: [ "main", "v3" ] | ||
pull_request: | ||
branches: [ "main", "v3" ] |
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.
Do we want to run this and circle on main while we're working out of v3?
Ticket(s): FE-6016
Problem
We currently do build/test in CircleCI, out of reach of any open source contributors.
Solution
Test in a github action.
Result
Contributors have a better experience w/viewing test results.