deploy(debug)

This commit is contained in:
2025-11-27 17:45:02 +01:00
parent e0f111b3b3
commit 7fc1a58c3f
2 changed files with 13 additions and 87 deletions

View File

@@ -1,11 +1,18 @@
name: Test IPv6
run-name: IPv6 connectivity test
name: IPv6-test
run-name: Test IPv6 connectivity
on: [workflow_dispatch]
on:
workflow_dispatch:
jobs:
ipv6-test:
ipv6:
runs-on: ubuntu-latest
steps:
- run: ip a
- run: ping6 -c 3 2a01:e0a:bfe:a8a0::205
- name: Show network
run: |
ip -6 addr
ip -6 route
- name: Ping IPv6 server
run: |
ping6 -c 3 2a01:e0a:bfe:a8a0::205 || true