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 128fa8b Add some debug for integration testing
128fa8b is described below
commit 128fa8bf252b34b515fb491655b4c3dca19cc81c
Author: Sebb <[email protected]>
AuthorDate: Thu Jan 27 17:18:26 2022 +0000
Add some debug for integration testing
---
.github/workflows/integration-tests.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/integration-tests.yml
b/.github/workflows/integration-tests.yml
index c064e85..c62c014 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -76,7 +76,7 @@ jobs:
- name: Server
run: |
cd server
- python -u main.py --apilog INFO --logger DEBUG --stoppable
--refreshable --testendpoints > main.log 2>&1 &
+ python -u main.py --apilog DEBUG --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