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 f0e112a commit d9a55c1Copy full SHA for d9a55c1
.github/workflows/gradle.yml
@@ -72,7 +72,7 @@ jobs:
72
with:
73
name: upload-unit-test-artifacts
74
path: |
75
- **/build/test-results/**
+ **/build/reports/tests/**
76
77
quarkus-tests:
78
name: Quarkus Tests
@@ -109,7 +109,7 @@ jobs:
109
110
name: upload-quarkus-test-artifacts
111
112
113
114
integration-tests:
115
name: Integration Tests
@@ -142,7 +142,7 @@ jobs:
142
143
name: upload-integration-test-artifacts
144
145
146
147
store-gradle-cache:
148
name: Store Gradle Cache
0 commit comments