trustcafe-api-wrapper/.gitlab-ci.yml
2026-04-01 20:47:07 +00:00

13 lines
No EOL
218 B
YAML

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