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 1343afd  Don't let curl fail the job
1343afd is described below

commit 1343afde1463b04a19276bc1a3024295a68fbe0d
Author: Sebb <[email protected]>
AuthorDate: Wed Jan 26 01:00:04 2022 +0000

    Don't let curl fail the job
---
 .github/workflows/integration-tests.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/integration-tests.yml 
b/.github/workflows/integration-tests.yml
index 359f3c5..06e5f32 100644
--- a/.github/workflows/integration-tests.yml
+++ b/.github/workflows/integration-tests.yml
@@ -75,6 +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
       run: |
         curl -sq http://localhost:8080/api/stop
     - name: Show log

Reply via email to