Skip to content

update_pgcluster.yml: Reboot node if it's required, e.g. kernel or security updates #534

update_pgcluster.yml: Reboot node if it's required, e.g. kernel or security updates

update_pgcluster.yml: Reboot node if it's required, e.g. kernel or security updates #534

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