diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml new file mode 100644 index 0000000..3cf8c84 --- /dev/null +++ b/.gitlab-ci.yml @@ -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 \ No newline at end of file