workflow: name: 'Trust Cafe API Wrapper testing pipeline' stages: - test test: image: ghcr.io/astral-sh/uv:$UV_VERSION-python$PYTHON_VERSION-$BASE_LAYER script: - uv sync - python unittests.py # Test