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
commit 811a9878b71cef2a8860a89f26bee318ac20609e Author: Sebb <[email protected]> AuthorDate: Wed Jan 26 11:41:04 2022 +0000 Should no longer need this --- .github/workflows/integration-tests.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/integration-tests.yml b/.github/workflows/integration-tests.yml index 6e02b81..1d631d0 100644 --- a/.github/workflows/integration-tests.yml +++ b/.github/workflows/integration-tests.yml @@ -58,7 +58,7 @@ jobs: - name: Server run: | cd server - python main.py --apilog INFO --logger INFO --stoppable > main.log & + python main.py --apilog INFO --logger INFO --stoppable --refreshable > main.log & - name: preferences1 run: | curl -sq http://localhost:8080/api/preferences.lua @@ -75,7 +75,7 @@ jobs: curl -sq http://localhost:8080/api/preferences.lua - name: Shutdown if: always() - continue-on-error: true # curl currently returns non-zero status + # continue-on-error: true # curl currently returns non-zero status run: | curl -sq http://localhost:8080/api/stop - name: Show log
