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 e8de977  What accounts and sessions were set up?
e8de977 is described below

commit e8de9775d5b4e46785a8cd2eace6ba7b1427981c
Author: Sebb <[email protected]>
AuthorDate: Thu Jan 27 00:21:15 2022 +0000

    What accounts and sessions were set up?
---
 .github/workflows/integration-tests.yml | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.github/workflows/integration-tests.yml 
b/.github/workflows/integration-tests.yml
index 9216019..c6a9239 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -99,6 +99,8 @@ jobs:
     - name: Shutdown
       if: always()
       run: |
+        curl -sq -H 'Content-Type: application/json' 
'localhost:9200/ponymail-account/_search?pretty' -d '{ "size": 1000, "query": { 
"match_all": {} }}'
+        curl -sq -H 'Content-Type: application/json' 
'localhost:9200/ponymail-session/_search?pretty' -d '{ "size": 1000, "query": { 
"match_all": {} }}'
         curl -sq http://localhost:8080/api/stop
     - name: Show log
       if: always()

Reply via email to