Fix/backend ci postgres pnpm - #907
Open
OmniZlatoon wants to merge 11 commits into
Open
Conversation
…eck; use 127.0.0.1 DB URL Reference failing job id 90823536503 and PR Pulsefy#841. This change removes the host port mapping to avoid runner collisions, uses a health check that targets the configured DB user and database, and forces the database URL to 127.0.0.1 so the service container is addressed correctly.
Contributor
Author
|
Sir @Cedarich , I have opened another branch with the corrections. Please review and any further issues I am ready to solve |
Contributor
Contributor
Author
|
I am working on it. its the pnpm-lock.yaml file that's causing the issue. I am pulling back from the main branch but the issue doesn't seem to go |
Contributor
Contributor
Author
|
Good norning sir @Cedarich |
Contributor
Author
|
Good morning sir @Cedarich , I have pulled the recent pnpm-lock.yaml file from the main repo. Please verify the checks again. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
This PR addresses the backend CI failures from job 90823536503.
The workflow was failing due to:
What changed
pg_isready -U soter -d soter_testDATABASE_URLvalues fromlocalhostto127.0.0.1so the service container is addressed correctly.Maintainer notes
If CI still fails because of a pnpm lockfile mismatch, regenerate the lockfile on a machine using Node 20 and pnpm 9: