-
Notifications
You must be signed in to change notification settings - Fork 4
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
Iss445 CICD #446
Iss445 CICD #446
Conversation
This includes a custom action "create-dev-database" which creates a development database using docker
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.
Congrats on your first PR: please assign the PR to a milestone, and to a reviewer if not auto-assigned. Add relevant labels if possible
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.
See my comment below on the Postgres version. Other than that I think it looks good!
Also please update the CHANGELOG.md file with the changes.
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.
Very good! Thank you for putting this together! At this stage my only question is why don't we dockerize the whole thing and use the image for both deployment and testing? I can picture we use essentially two containers (Pipeline + Postgres).
Co-authored-by: Serg <[email protected]>
Co-authored-by: Serg <[email protected]>
# Conflicts: # CHANGELOG.md
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.
LGTM
Added a GitHub workflow to run the test suite.