-
Notifications
You must be signed in to change notification settings - Fork 1.1k
test: Build in CodeSandbox CI #513
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
test: Build in CodeSandbox CI #513
Conversation
Repository has to be whitelisted first (I guess because you can't have private apps on GitHub). I DMed Ives. |
be089e5
to
c94eb62
Compare
CodeSandbox CI is public now 🙂 |
c94eb62
to
fc2f6a2
Compare
Huh, weird. @kentcdodds Could you check/reset the permissions again before I message Ives? |
Permissions are good 👍 |
This pull request is automatically built and testable in CodeSandbox. To see build info of the built libraries, click here or the icon next to each commit SHA. Latest deployment of this branch, based on commit b5a20a8:
|
Hey! We're now white-listing all newly added repositories, but we somehow omitted to also white-list the ones added before the official release. 🙂 I just did it now, and replayed the GitHub webhook, which triggered the build. |
Super! Is this ready to go @eps1lon? |
Oh right. Forget to mark as ready to merge. This is good to go. |
🎉 This PR is included in version 9.3.3 🎉 The release is available on:
Your semantic-release bot 📦🚀 |
What:
Build package in PRs for codesandbox
Closes #533
Why:
Integration testing, shareable live playground of new features etc
How:
https://twitter.com/codesandbox/status/1181184975460282368
Checklist:
[ ] Documentation added to thedocs site
[ ] Tests[ ] Typescript definitions updated