You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ponymail.apache.org by se...@apache.org on 2022/01/27 16:57:45 UTC

[incubator-ponymail-foal] branch master updated: Use new test option

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 2e36e29  Use new test option
2e36e29 is described below

commit 2e36e29639a64654779a374fe55283038af7176f
Author: Sebb <se...@apache.org>
AuthorDate: Thu Jan 27 16:51:11 2022 +0000

    Use new test option
---
 .github/workflows/integration-tests.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml
index 15c8053..c064e85 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -63,8 +63,6 @@ jobs:
         EOD
         echo server/ponymail.yaml 
         cat server/ponymail.yaml
-        # set up the testauth plugin
-        cp server/test/testauth.* server/endpoints/
     - name: Show Database
       run: |
         curl -sq "http://localhost:9200/_cat/indices?v"
@@ -78,7 +76,7 @@ jobs:
     - name: Server
       run: |
         cd server
-        python -u main.py --apilog INFO --logger DEBUG --stoppable --refreshable > main.log 2>&1 &
+        python -u main.py --apilog INFO --logger DEBUG --stoppable --refreshable --testendpoints > main.log 2>&1 &
         sleep 5 # allow time to start up properly
         curl -sq http://localhost:8080/api/refresh # This will fail if the server is not ready
     - name: Show Database