Skip to content

change alter system to alter database for the AM #2

change alter system to alter database for the AM

change alter system to alter database for the AM #2

Workflow file for this run

name: Test script
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
install_ps_docker:
strategy:
matrix:
os: ["ubuntu:latest", "oraclelinux:9"]
runs-on: ubuntu-latest
container:
image: ${{ matrix.os }}
volumes:
- ${{ github.workspace }}:/tmp/install
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Run docker
run: bash /tmp/install/pg-easy-deploy.sh ${{ matrix.commands }}