This is an automated email from the ASF dual-hosted git repository.

rec pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/uima-ruta.git


The following commit(s) were added to refs/heads/main by this push:
     new 3fa08ed0 No issue: Comment out GitHub JUnit Action as it is currently 
not whitelisted
3fa08ed0 is described below

commit 3fa08ed00d9142e5f8ca76e390dae1cfc35cfd93
Author: Richard Eckart de Castilho <r...@apache.org>
AuthorDate: Fri Dec 20 12:13:08 2024 +0100

    No issue: Comment out GitHub JUnit Action as it is currently not whitelisted
---
 .github/workflows/maven.yml | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index ca9d6b3a..6b45193b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -45,6 +45,7 @@ jobs:
     - name: Build with Maven
       run: mvn --no-transfer-progress -B clean verify --file pom.xml
 
-    - name: Publish Test Report
-      uses: mikepenz/action-junit.report@v5
+# Currently not allowed by INFRA
+#    - name: Publish Test Report
+#      uses: mikepenz/action-junit.report@v5
  
\ No newline at end of file

Reply via email to