Skip to content

Allow conf_path() to create the PG service file if it's missing #61

Allow conf_path() to create the PG service file if it's missing

Allow conf_path() to create the PG service file if it's missing #61

Workflow file for this run

name: Run tests
on:
push:
branches:
- main
pull_request:
branches:
- main
workflow_dispatch:
workflow_call:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Get source code
uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v5
with:
python-version: "3.9"
cache: "pip"
- name: Install pgserviceparser with test dependencies
run: pip install -e .
- name: Run Python tests
env:
PGSERVICEPARSER_SRC_DIR: ${{ github.workspace }}
run: |
python -m unittest test.test_lib