16 lines
259 B
YAML
16 lines
259 B
YAML
kind: pipeline
|
|
type: docker
|
|
name: lib-paveit
|
|
|
|
environment:
|
|
MONGO_USER: ''
|
|
MONGO_PASSWD: ''
|
|
MONGO_URI: ''
|
|
MONGO_USER: ''
|
|
|
|
steps:
|
|
- name: test
|
|
image: python:3.11-buster
|
|
commands:
|
|
- pip install --no-cache-dir .
|
|
- pip install --no-cache-dir pytest |