From c10c42bb539108d925d1ee61770ae7ded399a104 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 a9dd25d40..313072485 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()