darkplex-core/.forgejo/workflows/test.yml
Claudia 06f6b867be
Some checks failed
Tests / test (push) Failing after 0s
ci: use host execution mode
2026-02-09 11:39:07 +01:00

21 lines
509 B
YAML

name: Tests
on: [push, pull_request]
jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: https://github.com/actions/checkout@v4
- name: Install dependencies
run: |
python3 -m pip install -e . --break-system-packages
python3 -m pip install pytest --break-system-packages
- name: Run tests
run: python3 -m pytest tests/ -v --tb=short
- name: Smoke test CLI
run: |
cortex version
cortex triage score "test task"