From 3ef024a6a6b22ed3b59be2b08fc46cdbb5388c0d Mon Sep 17 00:00:00 2001 From: aya Date: Mon, 9 Dec 2024 10:59:42 +0200 Subject: [PATCH] Fix review points --- .github/workflows/test_PR_image.yml | 3 --- 1 file changed, 3 deletions(-) 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