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

Fix python.yml for GitHub Action #367

Merged
merged 1 commit into from
Jun 5, 2023

Conversation

matteogreek
Copy link
Collaborator

Solved an issue in the python.yml file of the GitHub Action where PostgreSQL failed to setup.
The following changes have been made:

  • Commented-out volumes section used for PostgreSQL setup
  • Added a new step to install the PostgreSQL client using the apt-get package manager
  • Added another step to execute SQL scripts setting up the required Postgres tables
  • Included the PGPASSWORD environment variable to specify the password required for the psql command execution.

@copernico copernico merged commit 68f4a96 into SAP:main Jun 5, 2023
3 checks passed
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