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

Test postgres connection on github-action #51

Open
brunolnetto opened this issue Nov 24, 2024 · 0 comments
Open

Test postgres connection on github-action #51

brunolnetto opened this issue Nov 24, 2024 · 0 comments

Comments

@brunolnetto
Copy link

Hi there,

I wrote a small python library to access multiple postgres databases at once called pgbase. After writing a bunch of tests, I want to integrate the coverage upload to CI on github-actions. I found your action useful. Unfortunately, I am unable to connect to created cluster because connection to server at "localhost" (::1), port 5432 failed: FATAL: password authentication failed for user "postgres". I would like to call for help on connection task, even for reviewing or reproducing the tests locally to see them running without error, but failing remotely.

[1] https://github.com/brunolnetto/pgbase/blob/main/.github/workflows/upload-test.yaml

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

No branches or pull requests

1 participant