mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-20 16:15:59 +01:00
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 94c2a115d5
.
This commit is contained in:
parent
bdd8ba115e
commit
322e25d18e
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
@ -159,6 +159,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Run XMPP Interoperability Tests against CI server.
|
- name: Run XMPP Interoperability Tests against CI server.
|
||||||
if: matrix.otp == '26'
|
if: matrix.otp == '26'
|
||||||
|
continue-on-error: true
|
||||||
uses: XMPP-Interop-Testing/xmpp-interop-tests-action@v1.4.0
|
uses: XMPP-Interop-Testing/xmpp-interop-tests-action@v1.4.0
|
||||||
with:
|
with:
|
||||||
domain: 'localhost'
|
domain: 'localhost'
|
||||||
|
Loading…
Reference in New Issue
Block a user