This is an automated email from the ASF dual-hosted git repository.
sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
The following commit(s) were added to refs/heads/master by this push:
new 340ae92 More fixes
340ae92 is described below
commit 340ae9204560c020298b04461a1ae27bf02a6879
Author: Sebb <[email protected]>
AuthorDate: Sat Jan 22 14:15:17 2022 +0000
More fixes
---
.github/workflows/integration-tests.yml | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/.github/workflows/integration-tests.yml
b/.github/workflows/integration-tests.yml
index b0471f3..d3bd6c5 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -50,4 +50,6 @@ jobs:
- name: Show Database
run: |
curl -sq "http://localhost:9200/_cat/indices?v"
- curl -sq "http://localhost:9200/_cat/settings?pretty"
+ curl -sq "http://localhost:9200/_settings?pretty"
+ curl -sq "http://localhost:9200/ponymail-mbox/_mapping?pretty"
+ curl -sq "http://localhost:9200/ponymail-source/_mapping?pretty"