From 60bdab4e5203d2e47b6353427b56e594a948c966 Mon Sep 17 00:00:00 2001 From: Guus der Kinderen Date: Mon, 25 Aug 2025 10:43:31 +0200 Subject: [PATCH] CI: bump XMPP-Interop-Testing/xmpp-interop-tests-action Updates this GitHub Action that's used to execute XMPP-based interop tests from v1.6.0 to v1.6.1. This is a bugfix release that should increase the stability / predictability of test execution. A notable change is that the file structure in which XMPP stanzas are generated (which is provided as debug output) has changed. They are still stored in the directory denoted by the logDir argument, but the file structure in that directory has changed somewhat. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8cab0feb5..ebf9da68c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -146,7 +146,7 @@ jobs: - name: Run XMPP Interoperability Tests against CI server. if: matrix.otp == '27' continue-on-error: true - uses: XMPP-Interop-Testing/xmpp-interop-tests-action@v1.6.0 + uses: XMPP-Interop-Testing/xmpp-interop-tests-action@v1.6.1 with: domain: 'localhost' adminAccountUsername: 'admin'