We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 42e4e34 commit 911670fCopy full SHA for 911670f
1 file changed
.github/workflows/gradle.yml
@@ -25,7 +25,11 @@ jobs:
25
uses: gradle/actions/setup-gradle@af1da67850ed9a4cedd57bfd976089dd991e2582 # v4.0.0
26
27
- name: Build
28
- run: ./gradlew build
29
-
30
- - name: Test
31
run: ./gradlew test
+
+ - name: Upload Test Results
+ uses: actions/upload-artifact@v4
32
+ if: always()
33
+ with:
34
+ name: test-results
35
+ path: '**/build/reports/tests/test/'
0 commit comments