remove test step in drone
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
kind: pipeline
|
||||
type: docker
|
||||
name: backend
|
||||
name: lib-paveit
|
||||
|
||||
environment:
|
||||
MONGO_USER: ''
|
||||
@@ -14,4 +14,3 @@ steps:
|
||||
commands:
|
||||
- pip install --no-cache-dir .
|
||||
- pip install --no-cache-dir pytest
|
||||
- pytest -v -log_cli=True --log-cli-level=INFO tests
|
||||
Reference in New Issue
Block a user