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.1 to v1.7.1. This does not bring a significant amount of new tests (although some early tests for XEP-0060: 'Publish/Subscribe' was added), but does improve the stability of the existing tests (meaning: less false positives and less 'flacky' tests). Additional configuration options have been added: - there now are three different ways to provision test accounts on the server-under-test. That should make it easier for some to embed our tests to their pipeline - the failOnImpossibleTest option fails the test run if any configured tests were impossible to execute, ensuring all intended tests actually ran.
This commit is contained in:
parent
060992bafa
commit
1636c202a7
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.
|
- 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.1
|
uses: XMPP-Interop-Testing/xmpp-interop-tests-action@v1.7.1
|
||||||
with:
|
with:
|
||||||
domain: 'localhost'
|
domain: 'localhost'
|
||||||
adminAccountUsername: 'admin'
|
adminAccountUsername: 'admin'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue