mirror of
https://github.com/processone/ejabberd
synced 2025-10-03 01:39:35 +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:
parent
3a36a722c5
commit
60bdab4e52
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
@ -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'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue