Skip to content

Commit

Permalink
CI: Limit execution of XMPP Interop tests
Browse files Browse the repository at this point in the history
Run the XMPP Interop tests on only one build of the CI-matrix. This prevents redundant testing, as well as logs overwriting each-other.
  • Loading branch information
guusdk committed Sep 27, 2024
1 parent 54a89b3 commit a8df58f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/[email protected]
with:
Expand Down

0 comments on commit a8df58f

Please sign in to comment.