setup-forgejo/testdata/ipv6/.forgejo/workflows/test.yml

12 lines
229 B
YAML
Raw Normal View History

2023-12-02 15:37:56 -05:00
on: [push]
jobs:
ipv6:
runs-on: docker
container:
image: debian:bookworm
steps:
- run: |
set -x
apt update -qq ; apt --quiet install -qq --yes iputils-ping
ping -c 1 -6 ::1