remove test step in drone

This commit is contained in:
2023-06-30 08:49:30 +02:00
parent 23c6afd813
commit 109df5bef1

View File

@@ -1,6 +1,6 @@
kind: pipeline kind: pipeline
type: docker type: docker
name: backend name: lib-paveit
environment: environment:
MONGO_USER: '' MONGO_USER: ''
@@ -14,4 +14,3 @@ steps:
commands: commands:
- pip install --no-cache-dir . - pip install --no-cache-dir .
- pip install --no-cache-dir pytest - pip install --no-cache-dir pytest
- pytest -v -log_cli=True --log-cli-level=INFO tests