Add network tools installation step to diagnostic workflow
All checks were successful
Network Diagnostic / network-test (push) Successful in 23s
All checks were successful
Network Diagnostic / network-test (push) Successful in 23s
This commit is contained in:
@@ -7,6 +7,14 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: 0. Install Network Tools
|
||||||
|
run: |
|
||||||
|
echo "=== Installing network diagnostic tools ==="
|
||||||
|
apt-get update -qq
|
||||||
|
apt-get install -y -qq iproute2 iputils-ping dnsutils curl net-tools
|
||||||
|
echo "Tools installed successfully"
|
||||||
|
echo ""
|
||||||
|
|
||||||
- name: 1. Basic Info
|
- name: 1. Basic Info
|
||||||
run: |
|
run: |
|
||||||
echo "=== Container Info ==="
|
echo "=== Container Info ==="
|
||||||
|
|||||||
Reference in New Issue
Block a user