This is an automated email from the ASF dual-hosted git repository.
adutra pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git
The following commit(s) were added to refs/heads/main by this push:
new 9b1f34f7 Publish all CI test results (#799)
9b1f34f7 is described below
commit 9b1f34f7dc84c032207d39ac4b2a175bbb4ca7db
Author: Alexandre Dutra <[email protected]>
AuthorDate: Thu Jan 16 13:08:20 2025 +0100
Publish all CI test results (#799)
---
.github/workflows/gradle.yml | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/.github/workflows/gradle.yml b/.github/workflows/gradle.yml
index 4cd317bf..1770454c 100644
--- a/.github/workflows/gradle.yml
+++ b/.github/workflows/gradle.yml
@@ -68,8 +68,7 @@ jobs:
with:
name: upload-test-artifacts
path: |
- polaris-core/build/test-results/test
- quarkus/service/build/test-results/test
+ **/build/test-results/**
# NOTE: The Gradle Wrapper is the default and recommended way to run
Gradle (https://docs.gradle.org/current/userguide/gradle_wrapper.html).
# If your project does not have the Gradle Wrapper configured, you can use
the following configuration to run Gradle with a specified version.