oracle / weblogic-azure

This project offers support for running Oracle WebLogic Server in the Azure Virtual Machines and Azure Kubernetes Service (AKS)
Universal Permissive License v1.0
8 stars 19 forks source link

Use postgresql flexible server #312

Closed galiacheng closed 1 month ago

galiacheng commented 1 month ago

This pull request includes changes to the GitHub Actions workflows and related files to improve the setup of the PostgreSQL database and to simplify the codebase. The most important changes include creating a new GitHub Action for setting up a PostgreSQL Flexible Server, removing unnecessary steps in the workflows, and modifying the workflows to use the new action.

GitHub Action creation:

Workflow simplification:

Workflow modification:

Environment variable addition: