Skip to content

data(cpu): harvest Raven Ridge AM4 engineering samples #45

data(cpu): harvest Raven Ridge AM4 engineering samples

data(cpu): harvest Raven Ridge AM4 engineering samples #45

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