Skip to content

Replace the pg_ctlcluster command with pg_ctl and increase the timeou… #754

Replace the pg_ctlcluster command with pg_ctl and increase the timeou…

Replace the pg_ctlcluster command with pg_ctl and increase the timeou… #754

Workflow file for this run

---
name: "Docker"
on:
push:
branches:
- master
pull_request:
branches:
- master
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Set TERM environment variable
run: echo "TERM=xterm" >> $GITHUB_ENV
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python 3.10
uses: actions/setup-python@v4
with:
python-version: "3.10"
- name: Install dependencies
run: make bootstrap-dev
- name: Run Docker tests
run: make docker-tests