From 355e298a9059c4ef274ceb7e1e23afe7729496a8 Mon Sep 17 00:00:00 2001 From: simonwt Date: Wed, 1 Apr 2026 21:46:14 +0100 Subject: [PATCH] Testing pipeline --- .gitlab-ci.yml | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .gitlab-ci.yml 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