setup-forgejo/testdata/ipv6/.forgejo/workflows/test.yml
Earl Warren 4608e81deb
fix: example uses code.forgejo.org/oci
Otherwise it may get rate limited in the CI verifying it works
2025-01-15 12:36:05 +01:00

11 lines
250 B
YAML

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