Skip to content

Fix add_pgnode.yml: Clear the data directory for the new node for bootstrapping #580

Fix add_pgnode.yml: Clear the data directory for the new node for bootstrapping

Fix add_pgnode.yml: Clear the data directory for the new node for bootstrapping #580

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