Skip to content

Commit 0e2ff6d

Browse files
committed
#RI-6373 - Fix cluster-plain-creator-7-1 exited with code 1 e2e workflow failure
1 parent ce116e5 commit 0e2ff6d

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.github/workflows/tests-frontend.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,3 @@ jobs:
7575
AWS_DISTRIBUTION_ID: ${{ secrets.AWS_DISTRIBUTION_ID }}
7676
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
7777
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
78-
79-
- name: Add link to report in the workflow summary
80-
if: always()
81-
run: |
82-
link="${{ vars.DEFAULT_TEST_REPORTS_URL }}/${{ steps.date.outputs.date }}/${{ github.run_id }}/${{ env.REPORT_NAME }}/index.html"
83-
echo "[${link}](${link})" >> $GITHUB_STEP_SUMMARY

0 commit comments

Comments
 (0)