-
Notifications
You must be signed in to change notification settings - Fork 415
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
fix(ci): Enable Docker builds and E2E for external PRs #4224
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 3 Ignored Deployments
|
Uffizzi Preview |
So I guess we'll still run them against the private-cloud image on a merge to main? |
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.
Approved with minor comment (above)
Yes we will. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4224 +/- ##
=======================================
Coverage 96.57% 96.57%
=======================================
Files 1190 1190
Lines 38754 38754
=======================================
Hits 37426 37426
Misses 1328 1328 ☔ View full report in Codecov by Sentry. |
b25faf9
to
44e6924
Compare
Thanks for submitting a PR! Please check the boxes below:
pre-commit
to check lintingdocs/
if required so people know about the feature!Changes
This does a few things:
private-cloud
build.secrets: inherit
for the release/merge to main E2E run so errors are reported to Slack correctly.How did you test this code?
Tested the Makefile change locally.
The rest of the changes will be tested in CI.