We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e3b6906 commit ca27235Copy full SHA for ca27235
.github/workflows/build.yml
@@ -109,13 +109,9 @@ jobs:
109
run: mkdir -p ~/.gradle; cp .github/gradle-ci.properties ~/.gradle/gradle.properties
110
- name: Run Dependency Analysis
111
run: ./gradlew buildHealth
112
- - name: Archive analysis report
113
- uses: actions/upload-artifact@v4
+ - name: Display analysis report
114
if: failure()
115
- with:
116
- name: dependency-analysis-report
117
- path: build/reports/dependency-analysis/build-health-report.txt
118
- overwrite: true
+ run: cat build/reports/dependency-analysis/build-health-report.txt
119
120
unit-test:
121
name: Unit Tests
0 commit comments