Add network info to test action

This commit is contained in:
Daniel A. Wozniak 2025-01-03 20:35:26 -07:00 committed by Daniel Wozniak
parent 2571387f27
commit 96a1813845

View file

@ -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: |