mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Show container processes for debugging
This commit is contained in:
parent
96a1813845
commit
0d6f1857ec
1 changed files with 5 additions and 1 deletions
6
.github/workflows/test-action.yml
vendored
6
.github/workflows/test-action.yml
vendored
|
@ -214,11 +214,15 @@ jobs:
|
|||
run: |
|
||||
df -h
|
||||
|
||||
- name: Container network info
|
||||
- name: Show container network info
|
||||
shell: bash
|
||||
run: |
|
||||
docker exec ${{ github.run_id}}_salt-test ip addr
|
||||
|
||||
- name: Show container processes
|
||||
shell: bash
|
||||
run: |
|
||||
docker exec ${{ github.run_id}}_salt-test ps auxf
|
||||
|
||||
- name: Free Space on Container
|
||||
shell: bash
|
||||
|
|
Loading…
Add table
Reference in a new issue