From f7f6b0a44f41da5a0dca1d577f3dae09bc30af4e Mon Sep 17 00:00:00 2001 From: Sasha <118575614+weboko@users.noreply.github.com> Date: Mon, 5 Jan 2026 23:27:35 +0100 Subject: [PATCH] fix logos-messaging-allure-js name --- .github/workflows/test-node.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-node.yml b/.github/workflows/test-node.yml index fa1764b045..279b9e3f35 100644 --- a/.github/workflows/test-node.yml +++ b/.github/workflows/test-node.yml @@ -125,4 +125,4 @@ jobs: echo "## Run Information" >> $GITHUB_STEP_SUMMARY echo "- **NWAKU**: ${{ env.WAKUNODE_IMAGE }}" >> $GITHUB_STEP_SUMMARY echo "## Test Results" >> $GITHUB_STEP_SUMMARY - echo "Allure report will be available at: https://logos-messaging.github.io/logos-messaging-js-allure/${{ github.run_number }}" >> $GITHUB_STEP_SUMMARY + echo "Allure report will be available at: https://logos-messaging.github.io/logos-messaging-allure-js/${{ github.run_number }}" >> $GITHUB_STEP_SUMMARY