Skip to content

docs: add demo PR report and consumer validation artifacts #3

docs: add demo PR report and consumer validation artifacts

docs: add demo PR report and consumer validation artifacts #3

Workflow file for this run

name: ci
on:
push:
pull_request:
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Unit tests
run: python -m unittest discover -s tests -p 'test_*.py'
sample-run:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Run sample
run: |
python -m ragopt.cli run --config examples/ragopt.yaml --report artifacts/report.md
test -f artifacts/report.md