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

Setup postgres service container in CI #502

Merged
merged 1 commit into from May 4, 2022
Merged

Conversation

orlangure
Copy link
Owner

@orlangure orlangure commented Apr 8, 2022

This PR adds a job that uses github service containers feature, where a container can be set-up once, and re-used across multiple jobs in the same workflow. This new job is basically a demo for #441.

Closes #501

@orlangure orlangure self-assigned this Apr 8, 2022
@orlangure orlangure force-pushed the service-containers-job branch 3 times, most recently from e397d8c to 391f40c Compare April 8, 2022 19:30
@codecov-commenter
Copy link

codecov-commenter commented Apr 8, 2022

Codecov Report

Merging #502 (302fa1b) into master (e6cb897) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##           master     #502   +/-   ##
=======================================
  Coverage   85.97%   85.97%           
=======================================
  Files          48       48           
  Lines        2267     2267           
=======================================
  Hits         1949     1949           
  Misses        165      165           
  Partials      153      153           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update e6cb897...302fa1b. Read the comment docs.

@orlangure orlangure force-pushed the service-containers-job branch 3 times, most recently from 727319d to 0abe8b4 Compare April 9, 2022 15:02
@orlangure orlangure marked this pull request as ready for review May 4, 2022 13:05
@orlangure orlangure merged commit 07a49d8 into master May 4, 2022
@orlangure orlangure deleted the service-containers-job branch May 4, 2022 16:08
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.

Add a CI job that uses github service containers feature
2 participants