Skip to content

feat: docs oh docs #285

feat: docs oh docs

feat: docs oh docs #285

Workflow file for this run

name: CI
on:
push:
branches: [main]
pull_request:
branches: [main]
jobs:
verify-tomls:
runs-on: blacksmith-4vcpu-ubuntu-2404
timeout-minutes: 30
env:
PGDOG_IMAGE: ghcr.io/pgdogdev/pgdog-enterprise:main-ent
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Pull PgDog Enterprise image
run: docker pull "$PGDOG_IMAGE"
- name: Install test dependencies
run: sudo pip3 install -r tests/requirements.txt
- name: Run tests
run: python3 tests/test_code_blocks.py tests/pgdog-docker.sh