name: Tests on: [push, pull_request] jobs: test: runs-on: ubuntu-latest env: PATH: /home/deploy/.local/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin steps: - name: Checkout run: | git clone --depth 1 https://git.vainplex.dev/claudia.keller/cortex.git . - name: Install dependencies run: | pip install -e . --break-system-packages -q pip install pytest --break-system-packages -q - name: Run tests run: python3 -m pytest tests/ -v --tb=short - name: Smoke test CLI run: | cortex version cortex triage score "CI smoke test"