-
Notifications
You must be signed in to change notification settings - Fork 53
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
E2E some way to launch stack in github actions to test out PRs #135
Comments
Github has 2000 free minutes of CI/CD. Using |
Looks like Github Actions can have an option to "approve" a job before it actually kicks off So we can make it so the job pings us to manually press the go button after reviewing the code. |
This now works with the Ideally we should be able to get the results back to the PR and allow all maintainers to trigger the tests. |
This seems helpful, however since I can't access repository settings it's something you would have to take a look at. |
I believe what I pushed to master is the functionality we want. #188 <-- test run. This will do the lint and e2e test on PR actions. public forks will require approval before running. |
We should have some way to launch tests when we get PRs, but Im not sure if there is a free solution in github actions.
Would require either
The text was updated successfully, but these errors were encountered: