Skip to content

Add private link endpoint to the postgres database #1282

Add private link endpoint to the postgres database

Add private link endpoint to the postgres database #1282

Workflow file for this run

name: PyTest
on:
pull_request:
branches:
- main
permissions: read-all
jobs:
pytest:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: '3.9'
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install pytest
pip install requests
- name: Test with pytest
run: pytest