-
Notifications
You must be signed in to change notification settings - Fork 61
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
Research the scenario of using the proxy in a CI/CD pipe with GitHub actions #53
Comments
Hi there. So I found a bit of time to focus back on mgdp. I was wondering if you maybe had a chance to focus on this area a bit and maybe you already have something prepared or some guidance?
The next step would be to run it with some mock file from repo and run some scenarios with requests from the app monitoring the response. |
Thanks for bringing it up. We've been thinking about already #11. There are a few other things that we need to sort out first, but it's definitely on our radar. |
ok cool. In the meantime, I will leave it as is and proceed with my work flagging this as a workaround. |
Like we mentioned in #11 for macOS we're considering Homebrew. For linux we'll need to identify the most common package manager. |
I've included a new page for the documentation which describes how you can use the Dev Proxy on GitHub Actions: MicrosoftDocs/microsoft-cloud#13 |
Shipped! 🎉 |
By using the proxy in CI/CD pipelines, dev teams can verify that all committed code properly handles service errors. We should research the scenario of how the proxy could be used in a GitHub action that's a part of a PR validation workflow. Things to research:
The text was updated successfully, but these errors were encountered: