Fix review points

This commit is contained in:
aya 2024-12-09 10:59:42 +02:00
parent 7380f92b74
commit 3ef024a6a6

View File

@ -43,7 +43,6 @@ jobs:
- uses: actions/checkout@v4
with:
repository: waku-org/waku-interop-tests
ref: smoke_tests
- uses: actions/setup-python@v4
with:
@ -78,8 +77,6 @@ jobs:
echo "- **Node1**: ${{ env.NODE_1 }}" >> $GITHUB_STEP_SUMMARY
echo "- **Node2**: ${{ env.NODE_2 }}" >> $GITHUB_STEP_SUMMARY
echo "- **Additonal Nodes**: ${{ env.ADDITIONAL_NODES }}" >> $GITHUB_STEP_SUMMARY
echo "## Test Results" >> $GITHUB_STEP_SUMMARY
echo "Allure report will be available at: https://waku-org.github.io/waku-interop-tests/${{ env.CALLER }}/${{ github.run_number }}" >> $GITHUB_STEP_SUMMARY
if [ "$JOB_STATUS" != "success" ]; then
echo "There are failures with nwaku node. cc <@&1111608257824440330>" >> $GITHUB_STEP_SUMMARY
fi