1
0
Fork 0
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:
Jonah Graham 2025-01-16 12:14:46 -05:00
parent 64ad743617
commit 45de3f3d77

View file

@ -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: |