Skip to content

Commit 8b7ed26

Browse files
Update gradle-build.yml
1 parent 85ffe70 commit 8b7ed26

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/gradle-build.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,14 @@ jobs:
3434
run: chmod +x gradlew
3535
- name: Build with Gradle
3636
run: ./gradlew build
37+
- name: Upload Unit Test Results
38+
if: ${{ always() }}
39+
uses: actions/upload-artifact@v2.2.4
40+
with:
41+
name: UnitTests
42+
path: |
43+
build/reports/tests/test/**
44+
build/test-results/**
3745
- name: Upload a Build Artifact
3846
uses: actions/upload-artifact@v2.2.4
3947
with:

0 commit comments

Comments
 (0)