From 96a18138455362ead9462994d374f1b47bb16996 Mon Sep 17 00:00:00 2001 From: "Daniel A. Wozniak" Date: Fri, 3 Jan 2025 20:35:26 -0700 Subject: [PATCH] Add network info to test action --- .github/workflows/test-action.yml | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.github/workflows/test-action.yml b/.github/workflows/test-action.yml index 22bcd790d3f..7211a6186a0 100644 --- a/.github/workflows/test-action.yml +++ b/.github/workflows/test-action.yml @@ -97,6 +97,7 @@ jobs: - name: Checkout Source Code uses: actions/checkout@v4 + - name: Free Disk Space Before Build run: | echo "Disk space before cleanup:" @@ -213,6 +214,12 @@ jobs: run: | df -h + - name: Container network info + shell: bash + run: | + docker exec ${{ github.run_id}}_salt-test ip addr + + - name: Free Space on Container shell: bash run: |