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

Few ideas for continuous integration with GitHub Actions #3

Open
arteymix opened this issue Aug 12, 2022 · 0 comments
Open

Few ideas for continuous integration with GitHub Actions #3

arteymix opened this issue Aug 12, 2022 · 0 comments

Comments

@arteymix
Copy link
Member

  • you can use a GitHub Action to generate the SDK and commit it to the trunk whenever it changes upstream or propose a PR with an update
  • an action to build and run the test suite on new code changes and pull request from contributors
    1. prepare the environment
    2. generate the SDK using swagger-codegen
    3. run the test suite against the dev and production server
  • an action for generating and deploying documentation
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant