tmux-amq/.forgejo/workflows/ci-smoke.yaml
tegwick 5774fbd548
Some checks failed
tamq-ci / test (push) Failing after 6s
feat: deliver installable local alpha sessions
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a03397-4d51-7fd1-8ff2-946eb22ea2bc
2026-08-24 16:10:59 +02:00

21 lines
479 B
YAML

name: tamq-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"
- run: sudo apt-get update
- run: sudo apt-get install -y tmux
- run: python -m pip install uv
- run: python -m pip install -e '.[dev]'
- run: pytest -q
- run: python -m tamq.cli --help
- run: python -m tamq.cli --version