use cache at unit_test step
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
ea7982e0ef
commit
d82cc3910b
@ -32,7 +32,7 @@ steps:
|
|||||||
environment:
|
environment:
|
||||||
PRODUCER_REDIS: cache
|
PRODUCER_REDIS: cache
|
||||||
commands:
|
commands:
|
||||||
- pip3 install -r requirements.txt
|
- pip3 install --cache-dir='./.pipcache' -r requirements.txt
|
||||||
- pytest test.py
|
- pytest test.py
|
||||||
|
|
||||||
- name: integration_test
|
- name: integration_test
|
||||||
|
Reference in New Issue
Block a user