Skip to content

Add three headline demos and DEMO.md #18

Add three headline demos and DEMO.md

Add three headline demos and DEMO.md #18

Workflow file for this run

name: cli-e2e
on:
push:
pull_request:
jobs:
cli-e2e:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v5
with:
python-version: "3.11"
- run: python -m pip install --upgrade pip
- run: pip install -e ".[dev,cli]"
- run: pytest tests/cli/