From f571c983bd4707bb0d0e8154b03da0f52d8013a1 Mon Sep 17 00:00:00 2001 From: R Searls Date: Tue, 27 May 2025 13:12:51 -0400 Subject: [PATCH] [ELY-2914] add debugging stmts --- .github/workflows/pr-ci.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/pr-ci.yaml b/.github/workflows/pr-ci.yaml index a855bf23fff..088342c8c22 100644 --- a/.github/workflows/pr-ci.yaml +++ b/.github/workflows/pr-ci.yaml @@ -42,3 +42,7 @@ jobs: run: mvn -version - name: Build with Maven run: mvn -B verify --file pom.xml + - name: debug data for env failure (tmp step) + if: ${{ failure() && ! contains(matrix.os, 'windows') }} + shell: bash + run: cat /etc/hosts; ifconfig -a;