mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Add network info to test action
This commit is contained in:
parent
2571387f27
commit
96a1813845
1 changed files with 7 additions and 0 deletions
7
.github/workflows/test-action.yml
vendored
7
.github/workflows/test-action.yml
vendored
|
@ -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: |
|
||||
|
|
Loading…
Add table
Reference in a new issue