Skip to content

Commit

Permalink
Merge pull request #37198 from gsmet/build-scans
Browse files Browse the repository at this point in the history
Some minor refinements for build scans
  • Loading branch information
gsmet authored Nov 19, 2023
2 parents 8ca97f0 + b45817a commit 73fa294
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci-actions-incremental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -732,6 +732,7 @@ jobs:
path: |
**/target/*-reports/TEST-*.xml
target/build-report.json
**/target/gradle-build-scan-url.txt
LICENSE.txt
retention-days: 2
- name: Save Build Scan
Expand Down Expand Up @@ -926,7 +927,7 @@ jobs:
path: |
**/target/*-reports/TEST-*.xml
target/build-report.json
target/gradle-build-scan-url.txt
**/target/gradle-build-scan-url.txt
LICENSE.txt
retention-days: 2
- name: Save Build Scan
Expand Down Expand Up @@ -1023,7 +1024,7 @@ jobs:
**/target/*-reports/TEST-*.xml
**/build/test-results/test/TEST-*.xml
target/build-report.json
target/gradle-build-scan-url.txt
**/target/gradle-build-scan-url.txt
LICENSE.txt
retention-days: 2
- name: Save Build Scan
Expand Down
3 changes: 3 additions & 0 deletions .github/workflows/develocity-publish-build-scans.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ jobs:
github-token: ${{ secrets.GITHUB_TOKEN }}
action: inject-build-scans
workflow-run-id: ${{ github.event.workflow_run.id }}
- name: Output JSON file
run: |
if [ -f build-metadata.json ]; then jq '.' build-metadata.json >> $GITHUB_STEP_SUMMARY; fi

0 comments on commit 73fa294

Please sign in to comment.