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 61fab34c tweak actions for CI debugging
61fab34c is described below

commit 61fab34c1877e49a3b2675a17f12bb7450337392
Author: Paul King <[email protected]>
AuthorDate: Thu Dec 19 13:02:33 2024 +1000

    tweak actions for CI debugging
---
 .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 7043a4a6..9a60c9ea 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 firefox version
+        run: /usr/bin/firefox --version
       - name: Build and run tests
         run: ./gradlew --no-daemon --no-build-cache test
         timeout-minutes: 60

Reply via email to