remove test step in drone
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
kind: pipeline
|
kind: pipeline
|
||||||
type: docker
|
type: docker
|
||||||
name: backend
|
name: lib-paveit
|
||||||
|
|
||||||
environment:
|
environment:
|
||||||
MONGO_USER: ''
|
MONGO_USER: ''
|
||||||
@@ -13,5 +13,4 @@ steps:
|
|||||||
image: python:3.11-buster
|
image: python:3.11-buster
|
||||||
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
|
|
||||||
Reference in New Issue
Block a user