We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce116e5 commit 0e2ff6dCopy full SHA for 0e2ff6d
.github/workflows/tests-frontend.yml
@@ -75,9 +75,3 @@ jobs:
75
AWS_DISTRIBUTION_ID: ${{ secrets.AWS_DISTRIBUTION_ID }}
76
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
77
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