tmux-amq/.forgejo/workflows/ci-smoke.yaml
tegwick 6d2ccc7760
Some checks failed
tamq-ci / test (push) Failing after 5s
feat: complete reliable coordination adapter
Assistant: codex
Assistant-Model: gpt-5.6-sol
Assistant-Session: 01a03397-4d51-7fd1-8ff2-946eb22ea2bc
2026-08-26 08:11:09 +02:00

22 lines
527 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: make check
- run: python -m tamq.cli --help
- run: python -m tamq.cli --version
- run: python -m tamq.cli capture --help