Files
agentic-codebase-memory-man…/.gitea/workflows/ci.yml

12 lines
228 B
YAML

name: CI
on: push
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Install and test
run: |
set -x
pip3 install -e /app && pip3 install pytest pytest-asyncio && pytest /app/tests/ -v