Files
test-runner/.gitea/workflows/ipv6-test.yml
Nebulae e3bf9e6cc8
All checks were successful
-> IPv6 connectivity test / ipv6-test (push) Successful in 5s
modify test
2025-12-21 12:52:44 +01:00

15 lines
232 B
YAML

name: -> IPv6 connectivity test
on:
workflow_dispatch:
push:
jobs:
ipv6-test:
runs-on: docker
steps:
- name: IPv6 test
run: |
ping6 -c 3 google.com
ping6 -c 3 2a01:e0a:bfe:a8a0::205