Skip to content

Commit b648cd6

Browse files
committed
Add postgres env to es tests
1 parent 21bf512 commit b648cd6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -244,6 +244,8 @@ jobs:
244244
- name: Elasticsearch tests
245245
if: matrix.elasticsearch
246246
env:
247+
SQLX_OFFLINE: false
248+
DATABASE_URL: postgres://root:root@127.0.0.1:5432/kamu-test
247249
ELASTICSEARCH_URL: http://127.0.0.1:9200
248250
run: |
249251
# Show actual disk headroom ES sees

0 commit comments

Comments
 (0)