We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85ffe70 commit 8b7ed26Copy full SHA for 8b7ed26
.github/workflows/gradle-build.yml
@@ -34,6 +34,14 @@ jobs:
34
run: chmod +x gradlew
35
- name: Build with Gradle
36
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/**
45
- name: Upload a Build Artifact
46
uses: actions/upload-artifact@v2.2.4
47
with:
0 commit comments