13 lines
No EOL
218 B
YAML
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 |