Skip to content

Merge pull request #18 from GetTechAPI/develop #28

Merge pull request #18 from GetTechAPI/develop

Merge pull request #18 from GetTechAPI/develop #28

Workflow file for this run

name: validate-data
on:
pull_request:
branches: [develop, main]
push:
branches: [develop, main]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.12"
- name: Validate ES catalog
run: python -m app.validate
- name: Tests (ES pass, QS/retail fail)
run: |
python -m pip install pytest
python -m pytest -q