Files
roxane/.gitea/workflows/test-ipv6.yml
2025-11-27 17:45:02 +01:00

19 lines
312 B
YAML

name: IPv6-test
run-name: Test IPv6 connectivity
on:
workflow_dispatch:
jobs:
ipv6:
runs-on: ubuntu-latest
steps:
- name: Show network
run: |
ip -6 addr
ip -6 route
- name: Ping IPv6 server
run: |
ping6 -c 3 2a01:e0a:bfe:a8a0::205 || true