runner/.forgejo/testdata/ipv6.yml
2024-08-13 08:37:52 +02:00

11 lines
235 B
YAML

---
on: push
jobs:
ipv6:
runs-on: docker
container:
image: code.forgejo.org/oci/debian:bookworm
steps:
- run: |
apt update -qq ; apt --quiet install -qq --yes iputils-ping
ping -c 1 -6 ::1