Skip to content

Commit ca27235

Browse files
committed
Display Dependency Analysis report instead of archiving it
1 parent e3b6906 commit ca27235

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -109,13 +109,9 @@ jobs:
109109
run: mkdir -p ~/.gradle; cp .github/gradle-ci.properties ~/.gradle/gradle.properties
110110
- name: Run Dependency Analysis
111111
run: ./gradlew buildHealth
112-
- name: Archive analysis report
113-
uses: actions/upload-artifact@v4
112+
- name: Display analysis report
114113
if: failure()
115-
with:
116-
name: dependency-analysis-report
117-
path: build/reports/dependency-analysis/build-health-report.txt
118-
overwrite: true
114+
run: cat build/reports/dependency-analysis/build-health-report.txt
119115

120116
unit-test:
121117
name: Unit Tests

0 commit comments

Comments
 (0)