Testing pipeline

This commit is contained in:
simonwt 2026-04-01 21:46:14 +01:00
parent b47f651323
commit 355e298a90

15
.gitlab-ci.yml Normal file
View file

@ -0,0 +1,15 @@
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