We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21bf512 commit 5d570afCopy full SHA for 5d570af
1 file changed
.github/workflows/build.yaml
@@ -242,8 +242,10 @@ jobs:
242
exit 1
243
244
- name: Elasticsearch tests
245
- if: matrix.elasticsearch
+ if: matrix.elasticsearch && matrix.database
246
env:
247
+ SQLX_OFFLINE: false
248
+ DATABASE_URL: postgres://root:root@127.0.0.1:5432/kamu-test
249
ELASTICSEARCH_URL: http://127.0.0.1:9200
250
run: |
251
# Show actual disk headroom ES sees
0 commit comments