From a8df58f0569d377b17634e22a1734145d93697e6 Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Fri, 27 Sep 2024 09:55:18 +0200 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0bb65438e..a8cc782c9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -158,6 +158,7 @@ jobs: grep -q "is started in" $RE/logs/ejabberd.log - 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: