Skip to content

Commit

Permalink
Dynamic Test Log Uploading (#120)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalverra committed Sep 14, 2023
1 parent 3775697 commit eccde19
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions chainlink-testing-framework/run-tests/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ inputs:
artifacts_location:
required: false
description: Location of where error logs are written
default: ./tests/e2e/logs
default: ./integration-tests/smoke/logs
artifacts_name:
required: false
description: Name of the artifact to upload
default: test-logs
test_command_to_run:
required: true
description: The command to run the tests
Expand Down Expand Up @@ -60,7 +64,7 @@ inputs:
cache_restore_only:
required: false
description: Only restore the cache, set to true if you want to restore and save on cache hit miss
default: 'false'
default: "false"
cache_key_id:
required: false
description: Cache go vendors unique id
Expand Down Expand Up @@ -165,8 +169,9 @@ runs:
if: failure()
uses: actions/upload-artifact@v3
with:
name: test-logs
name: ${{ inputs.artifacts_name }}
path: ${{ inputs.artifacts_location }}

- name: cleanup
if: always()
uses: smartcontractkit/chainlink-github-actions/chainlink-testing-framework/cleanup@v2.0.29
Expand Down

0 comments on commit eccde19

Please sign in to comment.