mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-24 09:25:31 +02:00
Save all log files
When some types of failures happen, such as that in #1037, a log file is created, so save all .log files as artifacts. Part of #1037
This commit is contained in:
parent
64ad743617
commit
45de3f3d77
1 changed files with 2 additions and 2 deletions
4
.github/workflows/build-test.yml
vendored
4
.github/workflows/build-test.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue