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 c391031d remove debug info
c391031d is described below

commit c391031dcb0d22015edcd7f5728cdc4a0f4f0459
Author: Paul King <[email protected]>
AuthorDate: Thu Dec 19 11:57:17 2024 +1000

    remove debug info
---
 .github/workflows/build-test.yml | 4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 82d89a23..1807dfed 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -37,9 +37,7 @@ jobs:
           java-version: ${{ matrix.java }}
           check-latest: true
       - uses: gradle/actions/setup-gradle@v4
-      - name: Check selenium cache status
-        run: ls ~/.cache/*/*/*/*
       - name: Build and run tests
-        run: ./gradlew --no-daemon test
+        run: ./gradlew --no-daemon --no-build-cache test
         if: always()
         timeout-minutes: 60

Reply via email to