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

Use postgres service in gh actions #3785

Merged
merged 1 commit into from
Dec 14, 2023
Merged

Conversation

nick-mobilecoin
Copy link
Collaborator

@nick-mobilecoin nick-mobilecoin commented Dec 11, 2023

Previously the CI runs would start the postgres service inside of the container doing tests. This would result in intermittent failures when postgres wasn't able to start up. Now a service container is used for postgres as described in https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers.

@nick-mobilecoin
Copy link
Collaborator Author

nick-mobilecoin commented Dec 11, 2023

@nick-mobilecoin nick-mobilecoin changed the title Minimize to the fog tests to try out postgres Use postgres service in gh actions Dec 11, 2023
@nick-mobilecoin nick-mobilecoin marked this pull request as ready for review December 11, 2023 22:28
@nick-mobilecoin nick-mobilecoin marked this pull request as draft December 12, 2023 00:45
@nick-mobilecoin nick-mobilecoin force-pushed the nick/posgres-ci-service branch 2 times, most recently from 4827933 to a9102b1 Compare December 12, 2023 22:59
@nick-mobilecoin nick-mobilecoin marked this pull request as ready for review December 12, 2023 23:43
Previously the CI runs would start the postgres service inside of the
container doing tests. This would result in intermittent failures when
postgres wasn't able to start up. Now a service container is used for
postgres as described in
https://docs.github.com/en/actions/using-containerized-services/creating-postgresql-service-containers
@nick-mobilecoin nick-mobilecoin merged commit e7a9f5d into main Dec 14, 2023
22 of 39 checks passed
@nick-mobilecoin nick-mobilecoin deleted the nick/posgres-ci-service branch December 14, 2023 16:59
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

Successfully merging this pull request may close these issues.

None yet

2 participants