Skip to content

Commit

Permalink
use v1.3.4 release of xmpp-interop-tests-action
Browse files Browse the repository at this point in the history
  • Loading branch information
akrherz committed Nov 1, 2024
1 parent 9eb22ca commit 02f79ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
id: startCIServer
uses: ./.github/actions/startserver-action
- name: Run Smack tests against server
uses: XMPP-Interop-Testing/xmpp-interop-tests-action@main # TODO replace 'main' with a proper versioned tag, like 'v1'.
uses: XMPP-Interop-Testing/xmpp-interop-tests-action@v1.3.4 # workaround things not fixed in 4.9 branch
with:
domain: 'example.org'
adminAccountUsername: 'admin'
Expand Down

0 comments on commit 02f79ff

Please sign in to comment.