mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 17:59:31 +02: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 changed files with 1 additions and 0 deletions
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…
Add table
Add a link
Reference in a new issue