11 lines
222 B
YAML
11 lines
222 B
YAML
when:
|
|
branch: main
|
|
|
|
steps:
|
|
pytest:
|
|
image: nikolaik/python-nodejs
|
|
commands:
|
|
- uv sync
|
|
- python --version && uv version
|
|
- echo "------------- running pytest -------------"
|
|
- uv run pytest
|