ci: exclude tests/integration from unit test step (needs live cluster)
This commit is contained in:
+1
-1
@@ -17,7 +17,7 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- pip install -r requirements.txt --quiet
|
- pip install -r requirements.txt --quiet
|
||||||
- pip install hypothesis --quiet
|
- pip install hypothesis --quiet
|
||||||
- pytest tests/ -x --tb=short -q
|
- pytest tests/ -x --tb=short -q --ignore=tests/integration
|
||||||
when:
|
when:
|
||||||
event: [push, pull_request]
|
event: [push, pull_request]
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user