Skip to content

Commit 4b63768

Browse files
committed
CI: upload all the build reports
1 parent e2a811c commit 4b63768

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,11 +42,11 @@ jobs:
4242
- name: Build
4343
run: ./gradlew build
4444

45-
- name: 'Upload test results'
45+
- name: 'Upload build reports'
4646
uses: actions/upload-artifact@v4
4747
with:
48-
name: ${{ runner.os }}.test-results
49-
path: build/reports/tests
48+
name: ${{ runner.os }}.reports
49+
path: build/reports
5050
if: ${{ always() }}
5151

5252
- name: 'Upload test logs'

0 commit comments

Comments
 (0)