Skip to content

Commit

Permalink
Show test_secrets_override_key in summary
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaszcl committed Sep 2, 2024
1 parent 40dcd98 commit 275cca7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/on-demand-vrfv2plus-smoke-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,11 @@ jobs:
run: |
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: Show test secrets override key in summary
if: ${{ inputs.test_secrets_override_key }}
run: |
echo "### Test secrets override key" >> $GITHUB_STEP_SUMMARY
echo "${{ inputs.test_secrets_override_key }}" >> $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
Expand Down

0 comments on commit 275cca7

Please sign in to comment.