Skip to content

feat(ui): add React dashboard and update docs with simple project exp… #6

feat(ui): add React dashboard and update docs with simple project exp…

feat(ui): add React dashboard and update docs with simple project exp… #6

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