12 lines
No EOL
142 B
YAML
12 lines
No EOL
142 B
YAML
workflow:
|
|
name: 'Trust Cafe API Wrapper testing pipeline'
|
|
|
|
stages:
|
|
- test
|
|
|
|
test:
|
|
script:
|
|
- uv sync
|
|
- python unittests.py
|
|
|
|
# Test |