-
Notifications
You must be signed in to change notification settings - Fork 16
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
717 test production mode in integration test #736
717 test production mode in integration test #736
Conversation
e9b4b39
to
68fc25a
Compare
…nt operations being done
…ed for some setup during the job
…n as a local build.
…n as a local build.
production testing only runs on pre-release
…ript is unused in the repository and an untested copy of the github task in pre-release.yml.
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.
Thanks @Bdegraaf1234, looks good. Just a few questions (apologies if some are naive, i am looking at MP code after a long time).
@@ -53,8 +53,6 @@ spring: | |||
starttls.enable: false | |||
thymeleaf: | |||
cache: true | |||
liquibase: | |||
contexts: prod |
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.
does this need to be removed? Would it not be overridden by the e2e-prod-test
profile?
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.
I moved it to the apllication.yml, the reasoning being that it is the default unless overriddedn by one of the dev profiles. Don't feel super strongly on this.
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
Description: Include production testing in the github actions workflow to test postgres integration
Fixes #717
Checklist: