Add ELASTIC_URL in migration

This commit is contained in:
Hongbo Wu
2022-10-13 11:38:09 +08:00
parent 3a39ec55cc
commit b59db0629d

View File

@ -73,6 +73,7 @@ jobs:
PG_USER: postgres
PG_PASSWORD: postgres
PG_DB: omnivore_test
ELASTIC_URL: http://localhost:${{ job.services.elastic.ports[9200] }}/
- name: TypeScript, Lint, Tests
run: |
source ~/.nvm/nvm.sh