diff --git a/.github/workflows/test_PR_image.yml b/.github/workflows/test_PR_image.yml index 2af8ecb9..3f88abd5 100644 --- a/.github/workflows/test_PR_image.yml +++ b/.github/workflows/test_PR_image.yml @@ -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