From c6de43bc6e84c20b8dc4c6fe5b545d3f84964f19 Mon Sep 17 00:00:00 2001 From: lukaszcl <120112546+lukaszcl@users.noreply.github.com> Date: Mon, 2 Sep 2024 12:41:36 +0200 Subject: [PATCH] Fix summary --- .github/workflows/automation-benchmark-tests.yml | 4 ++-- .github/workflows/on-demand-vrfv2plus-smoke-tests.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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