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 88a2a71 commit 9c2b0dcCopy full SHA for 9c2b0dc
.github/workflows/ci.yml
@@ -27,7 +27,7 @@ jobs:
27
- name: Upload Gradle test reports
28
uses: actions/upload-artifact@v4
29
with:
30
- name: gradle_test_reports
+ name: gradle_test_reports_with_java_${{ matrix.java_version }}
31
path: build/reports/tests/test
32
33
integration-test:
@@ -49,7 +49,7 @@ jobs:
49
50
51
52
- name: gradle_integration_test_reports
+ name: gradle_integration_test_reports_with_java_${{ matrix.java_version }}
53
path: build/reports/tests/integrationTest
54
55
test-on-example-app:
0 commit comments