From 322e25d18ed29ee1a5be6a09e547a40a1d3f089a Mon Sep 17 00:00:00 2001 From: Badlop Date: Mon, 28 Oct 2024 11:06:47 +0100 Subject: [PATCH] CI: Get again continue-on-error for XMPP Interop Tests See explanations following the comment https://github.com/processone/ejabberd/pull/4285#issuecomment-2397047355 This partially reverts commit 94c2a115d54fb24df73afc0ec54839e1e59ddb41. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index dbdaaea99..916a5c1a4 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,6 +159,7 @@ jobs: - name: Run XMPP Interoperability Tests against CI server. if: matrix.otp == '26' + continue-on-error: true uses: XMPP-Interop-Testing/xmpp-interop-tests-action@v1.4.0 with: domain: 'localhost'