Testing pipeline
This commit is contained in:
parent
b47f651323
commit
355e298a90
1 changed files with 15 additions and 0 deletions
15
.gitlab-ci.yml
Normal file
15
.gitlab-ci.yml
Normal 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
|
||||||
Loading…
Add table
Add a link
Reference in a new issue