Skip to content

Commit

Permalink
CI: Capture config.log for failed builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
notroj committed Oct 14, 2024
1 parent 92308d7 commit 81bc89d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -360,5 +360,6 @@ jobs:
if: failure()
with:
name: error_log-${{ env.JOBID }}
path: test/perl-framework/t/logs/error_log

path: |
**/config.log
test/perl-framework/t/logs/error_log

0 comments on commit 81bc89d

Please sign in to comment.