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

paulk pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/groovy-geb.git


The following commit(s) were added to refs/heads/master by this push:
     new 7ac0780d remove junit test reports for now
7ac0780d is described below

commit 7ac0780d83e43ae066981e9d74606c5f5cc9cb80
Author: Paul King <[email protected]>
AuthorDate: Sun Dec 15 07:11:40 2024 +1000

    remove junit test reports for now
---
 .github/workflows/build-test.yml | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 9def3440..70169d0c 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -19,7 +19,6 @@ on: [push, pull_request]
 
 permissions:
   contents: read
-  checks: write
 
 jobs:
   test:
@@ -41,8 +40,3 @@ jobs:
       - name: Build and run tests
         run: ./gradlew --no-daemon test
         timeout-minutes: 60
-      - name: Publish Test Report
-        uses: 
mikepenz/action-junit-report@992d97d6eb2e5f3de985fbf9df6a04386874114d
-        if: success() || failure() # always run even if the previous step fails
-        with:
-          report_paths: '**/build/test-results/test/TEST-*.xml'
\ No newline at end of file

Reply via email to