Skip to content
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

Should be able to trigger codesandbox from build CI #31

Open
ianjennings opened this issue Jul 27, 2020 · 2 comments
Open

Should be able to trigger codesandbox from build CI #31

ianjennings opened this issue Jul 27, 2020 · 2 comments

Comments

@ianjennings
Copy link
Member

babel/babel#11479

context: https://github.com/babel/babel/pull/11479
[4:40 PM]
basically the repl is nice for users to test things
[4:41 PM]
but we realized we could test the babel PR build (whatever is added/removed in a PR) in the repl too
[4:41 PM]
then I figured we could do more with that for the maintainers themselves to test, and Ives who works on codesandbox was showing us their CI feature and I wanted to test it out (https://codesandbox.io/docs/ci)(edited)
NEW
[4:42 PM]
so in a way that's where the scope of the REPL would be a lot larger, and maybe it wouldn't be considered the same thing anymore
@ianjennings
Copy link
Member Author

@ianjennings
Copy link
Member Author

Here's a basic action that triggers a webhook. We just need our server to support it.

  1. Receive hook
  2. Download code and embed in sandbox.

https://github.com/marketplace/actions/webhook-trigger

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Babel Sandbox
  
Awaiting triage
Development

No branches or pull requests

1 participant