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 401e33d3 temp debugging of action status
401e33d3 is described below

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

    temp debugging of action status
---
 .github/workflows/build-test.yml | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index ab520c72..82d89a23 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -38,7 +38,8 @@ jobs:
           check-latest: true
       - uses: gradle/actions/setup-gradle@v4
       - name: Check selenium cache status
-        run: ls -r ~/.cache/selenium/firefox/*
+        run: ls ~/.cache/*/*/*/*
       - name: Build and run tests
         run: ./gradlew --no-daemon test
+        if: always()
         timeout-minutes: 60

Reply via email to