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 f5ca55b0 temp debugging of action status
f5ca55b0 is described below
commit f5ca55b0975bb97d0227ccae876124c97b8e9c67
Author: Paul King <[email protected]>
AuthorDate: Thu Dec 19 11:39:57 2024 +1000
temp debugging of action status
---
.github/workflows/build-test.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml
index 70169d0c..ab520c72 100644
--- a/.github/workflows/build-test.yml
+++ b/.github/workflows/build-test.yml
@@ -37,6 +37,8 @@ jobs:
java-version: ${{ matrix.java }}
check-latest: true
- uses: gradle/actions/setup-gradle@v4
+ - name: Check selenium cache status
+ run: ls -r ~/.cache/selenium/firefox/*
- name: Build and run tests
run: ./gradlew --no-daemon test
timeout-minutes: 60