From 0acfa66e05f7631376cd7d540daa718bae019cbe Mon Sep 17 00:00:00 2001 From: greg pereira Date: Wed, 1 May 2024 19:09:50 -0700 Subject: [PATCH] test I still have access to the box Signed-off-by: greg pereira --- .github/workflows/training-e2e.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/training-e2e.yaml b/.github/workflows/training-e2e.yaml index 2a67c653c..aab9c52d1 100644 --- a/.github/workflows/training-e2e.yaml +++ b/.github/workflows/training-e2e.yaml @@ -90,6 +90,10 @@ jobs: env: ANSIBLE_HOST_KEY_CHECKING: false + - name: log some networking information + run: | + ifconfig + - name: Destroy Test Environment id: down if: always()