25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-24 16:23:40 +01:00

CI: Limit execution of XMPP Interop tests

Run the XMPP Interop tests on only one build of the CI-matrix. This prevents redundant testing, as well as logs overwriting each-other.
This commit is contained in:
Guus der Kinderen 2024-09-27 09:55:18 +02:00
parent 54a89b39fb
commit a8df58f056

View File

@ -158,6 +158,7 @@ jobs:
grep -q "is started in" $RE/logs/ejabberd.log grep -q "is started in" $RE/logs/ejabberd.log
- name: Run XMPP Interoperability Tests against CI server. - name: Run XMPP Interoperability Tests against CI server.
if: matrix.otp == '26'
continue-on-error: true 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: