Skip to content

Commit 455d615

Browse files
committed
Archive configuration cache reports
1 parent e50a4e8 commit 455d615

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Diff for: .github/actions/main-build/action.yml

+5
Original file line numberDiff line numberDiff line change
@@ -17,3 +17,8 @@ runs:
1717
with:
1818
name: Test Distribution trace files (${{ github.job }})
1919
path: '**/build/test-results/*/trace.json'
20+
- uses: actions/upload-artifact@v3
21+
if: ${{ always() }}
22+
with:
23+
name: Configuration Cache reports (${{ github.job }})
24+
path: 'build/reports/configuration-cache/**'

Diff for: .github/workflows/cross-version.yml

+5
Original file line numberDiff line numberDiff line change
@@ -51,3 +51,8 @@ jobs:
5151
with:
5252
name: "Test Distribution trace files (OpenJDK ${{ matrix.jdk }})"
5353
path: '**/build/test-results/*/trace.json'
54+
- uses: actions/upload-artifact@v3
55+
if: ${{ always() }}
56+
with:
57+
name: Configuration Cache reports (${{ github.job }})
58+
path: 'build/reports/configuration-cache/**'

0 commit comments

Comments
 (0)