mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-09-10 03:53:21 +02:00
parent
1b0fcf3e4b
commit
47ecc78979
2 changed files with 7 additions and 0 deletions
5
.github/workflows/build-test.yml
vendored
5
.github/workflows/build-test.yml
vendored
|
@ -58,12 +58,17 @@ jobs:
|
|||
with:
|
||||
name: Code Cleanliness Detailed Logs
|
||||
path: '*.log'
|
||||
- name: Prepare Test Results for upload
|
||||
if: (success() || failure())
|
||||
run: |
|
||||
cp ${{ github.event_path }} event.json
|
||||
- name: Upload Test Results
|
||||
uses: actions/upload-artifact@v4
|
||||
if: success() || failure()
|
||||
with:
|
||||
name: test-results
|
||||
path: |
|
||||
event.json
|
||||
*/*/target/surefire-reports/*.xml
|
||||
terminal/plugins/org.eclipse.tm.terminal.test/target/surefire-reports/*.xml
|
||||
- name: Prepare Docs for upload
|
||||
|
|
2
.github/workflows/report.yml
vendored
2
.github/workflows/report.yml
vendored
|
@ -26,3 +26,5 @@ jobs:
|
|||
with:
|
||||
commit: ${{ github.event.workflow_run.head_sha }}
|
||||
junit_files: "test-results/**/*.xml"
|
||||
event_file: event.json
|
||||
event_name: ${{ github.event.workflow_run.event }}
|
||||
|
|
Loading…
Add table
Reference in a new issue