Skip to content

Commit

Permalink
Save all log files
Browse files Browse the repository at this point in the history
When some types of failures happen, such as that in eclipse-cdt#1037, a log
file is created, so save all .log files as artifacts.

Part of eclipse-cdt#1037
  • Loading branch information
jonahgraham committed Jan 16, 2025
1 parent 64ad743 commit 45de3f3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
uses: actions/upload-artifact@v4
if: success() || failure()
with:
name: Code Cleanliness Detailed Logs
path: '*.log'
name: Detailed Logs
path: '**/*.log'
- name: Prepare Test Results for upload
if: (success() || failure())
run: |
Expand Down

0 comments on commit 45de3f3

Please sign in to comment.