diff --git a/.github/workflows/automation-benchmark-tests.yml b/.github/workflows/automation-benchmark-tests.yml index 0d7e9ab5d92..d9a752dcccb 100644 --- a/.github/workflows/automation-benchmark-tests.yml +++ b/.github/workflows/automation-benchmark-tests.yml @@ -49,8 +49,8 @@ jobs: - name: Show test config override path in summary if: ${{ inputs.test_config_override_path }} run: | - echo "### Test config override path" >>$GITHUB_STEP_SUMMARY - echo "\`${{ inputs.test_config_override_path }}\`" >>$GITHUB_STEP_SUMMARY + echo "### Test config override path" >> $GITHUB_STEP_SUMMARY + echo "[${{ inputs.test_config_override_path }}]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/blob/${{ github.sha }}/${{ inputs.test_config_override_path }})" >> $GITHUB_STEP_SUMMARY - name: Build Test Image uses: ./.github/actions/build-test-image with: diff --git a/.github/workflows/on-demand-vrfv2plus-smoke-tests.yml b/.github/workflows/on-demand-vrfv2plus-smoke-tests.yml index 8e1a9c10925..d3d4697c2cc 100644 --- a/.github/workflows/on-demand-vrfv2plus-smoke-tests.yml +++ b/.github/workflows/on-demand-vrfv2plus-smoke-tests.yml @@ -62,8 +62,8 @@ jobs: - name: Show test config override path in summary if: ${{ inputs.test_config_override_path }} run: | - echo "### Test config override path" >>$GITHUB_STEP_SUMMARY - echo "\`${{ inputs.test_config_override_path }}\`" >>$GITHUB_STEP_SUMMARY + echo "### Test config override path" >> $GITHUB_STEP_SUMMARY + echo "[${{ inputs.test_config_override_path }}]($GITHUB_SERVER_URL/$GITHUB_REPOSITORY/blob/${{ github.sha }}/${{ inputs.test_config_override_path }})" >> $GITHUB_STEP_SUMMARY - name: Run Tests if: ${{ github.event.inputs.test_suite == 'Selected Tests' }} uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/run-tests@94cb11f4bd545607a2f221c6685052b3abee723d # v2.3.32