You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CI: rename 'smack' tests into 'XMPP testing framework'
This isn't strictly needed, but it's slightly more correct and serves as a nice way for me to kick off a build that should pick up the latest changes of that framework.
Copy file name to clipboardExpand all lines: .github/workflows/continuous-integration-workflow.yml
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -237,8 +237,8 @@ jobs:
237
237
if: ${{ always() && steps.startCIServer.conclusion == 'success' }} # TODO figure out if this is correct. The intent is to have the server stopped if it was successfully started, even if the tests fail. Failing tests should still cause the job to fail.
238
238
uses: ./.github/actions/stopserver-action
239
239
240
-
smack:
241
-
name: Execute Smack-based CI tests
240
+
xitf:
241
+
name: Execute XMPP Interop Testing Framework
242
242
runs-on: ubuntu-latest
243
243
needs: build
244
244
@@ -260,7 +260,7 @@ jobs:
260
260
uses: ./.github/actions/startserver-action
261
261
with:
262
262
logLevel: debug
263
-
- name: Run Smack tests against server
263
+
- name: Run XMPP Interop Testing Framework tests against server
264
264
uses: XMPP-Interop-Testing/xmpp-interop-tests-action@main # TODO replace 'main' with a proper versioned tag, like 'v1'.
0 commit comments