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 8ded7bf  Try load before server
8ded7bf is described below

commit 8ded7bf61e107b2133453921997d2d0ef935977e
Author: Sebb <[email protected]>
AuthorDate: Wed Jan 26 11:53:45 2022 +0000

    Try load before server
---
 .github/workflows/integration-tests.yml | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.github/workflows/integration-tests.yml 
b/.github/workflows/integration-tests.yml
index 15f74f3..606e6bf 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -55,6 +55,9 @@ jobs:
         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";
+    - name: load Database
+      run: |
+        tools/import-mbox.py --source 
test/resources/n47hcfdt6z70tqxvnhgn3zrdwqgg36yl.mbox
     - name: Server
       run: |
         cd server
@@ -62,9 +65,6 @@ jobs:
     - name: preferences1
       run: |
         curl -sq http://localhost:8080/api/preferences.lua
-    - name: load Database
-      run: |
-        tools/import-mbox.py --source 
test/resources/n47hcfdt6z70tqxvnhgn3zrdwqgg36yl.mbox
     - name: Show Database
       if: always()
       run: |

Reply via email to