Skip to content

Commit 5bfcb89

Browse files
committed
chore: allure report link fix
1 parent b0204f8 commit 5bfcb89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test_common.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
gh_pages: gh-pages/${{ env.CALLER }}
133133
allure_history: allure-history
134134
keep_reports: 30
135-
report_url: https://waku-org.github.io/waku-interop-tests/${{ env.CALLER }}
135+
report_url: https://logos-messaging.github.io/logos-messaging-interop-tests/${{ env.CALLER }}
136136

137137
- name: Deploy report to Github Pages
138138
uses: peaceiris/actions-gh-pages@v3
@@ -157,7 +157,7 @@ jobs:
157157
echo "- **Node2**: ${{ env.NODE_2 }}" >> $GITHUB_STEP_SUMMARY
158158
echo "- **Additonal Nodes**: ${{ env.ADDITIONAL_NODES }}" >> $GITHUB_STEP_SUMMARY
159159
echo "## Test Results" >> $GITHUB_STEP_SUMMARY
160-
echo "Allure report will be available at: https://waku-org.github.io/waku-interop-tests/${{ env.CALLER }}/${{ github.run_number }}" >> $GITHUB_STEP_SUMMARY
160+
echo "Allure report will be available at: https://logos-messaging.github.io/logos-messaging-interop-tests/${{ env.CALLER }}/${{ github.run_number }}" >> $GITHUB_STEP_SUMMARY
161161
162162
# Evaluate overall result
163163
TESTS_RESULT="success"

0 commit comments

Comments
 (0)