Skip to content

Commit

Permalink
Merge branch 'tomas/fix-e2e-logs' (#3783)
Browse files Browse the repository at this point in the history
* origin/tomas/fix-e2e-logs:
  CI: include hidden files with e2e logs
  CI: fix the path to e2e logs, error out if not found
  • Loading branch information
Fraccaman committed Sep 8, 2024
2 parents 7cbc10a + bcc99ba commit 9de7de0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -611,7 +611,9 @@ jobs:
path: |
/tmp/.*/logs/
/tmp/.*/setup/validator-*/logs/
/tmp/.*/setup/valiator-*/e2e-test.*/*.toml
/tmp/.*/setup/validator-*/e2e-test.*/*.toml
if-no-files-found: error
include-hidden-files: true
retention-days: 5
- name: Clean cargo cache
if: steps.cache.outputs.cache-hit != 'true'
Expand Down

0 comments on commit 9de7de0

Please sign in to comment.