Skip to content

Commit

Permalink
[Fix] CI run-e2e-tests remove log artefact conflict (#607)
Browse files Browse the repository at this point in the history
* run-e2e-test-besu-tracing

* revert run-e2e-tests-besu-tracing rename due to github repo setting
  • Loading branch information
kyzooghost authored Jan 30, 2025
1 parent c08e279 commit a8cdd28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reuse-run-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ jobs:
uses: actions/upload-artifact@v4
if: ${{ failure() && inputs.e2e-tests-logs-dump }}
with:
name: end-2-end-debug-logs
name: end-2-end-debug-logs-${{ inputs.tracing-engine }}
if-no-files-found: error
path: |
docker_logs/**/*

0 comments on commit a8cdd28

Please sign in to comment.