You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some issues might arise just after a successful deployment to the infrastructure (GCP so far)
Local testing environment and the production environment might differ
We might want to evaluate the "actual" time a PR might take to sync on the blockchain up to the tip or any similar behavior
Designs
When a PR passes the CI, deploy a testing instance and report back to GitHub with a health-check to confirm it was successfully deployed and everything is working as expected.
If this Integration Test fails, we must validate before reviewing/merging to the main branch
Motivation
Designs