drone-ci testing
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
2023-05-15 22:57:39 -04:00
parent 79f0e88e7d
commit 44afed516c

View File

@@ -40,6 +40,7 @@ steps:
commands:
- hostip=$(ip route show | awk '/default/ {print $3}')
- export POSTGRES_URL=$hostip
- pwd
- pytest
- name: db-cleanup
image: docker/compose:alpine-1.29.2