1
0
Fork 0
mirror of https://github.com/processone/ejabberd synced 2025-10-03 17:59:31 +02:00

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.
This commit is contained in:
Guus der Kinderen 2025-08-25 10:43:31 +02:00
parent 3a36a722c5
commit 60bdab4e52

View file

@ -146,7 +146,7 @@ jobs:
- name: Run XMPP Interoperability Tests against CI server. - name: Run XMPP Interoperability Tests against CI server.
if: matrix.otp == '27' if: matrix.otp == '27'
continue-on-error: true 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: with:
domain: 'localhost' domain: 'localhost'
adminAccountUsername: 'admin' adminAccountUsername: 'admin'