diff --git a/.gitea/workflows/test.yaml b/.gitea/workflows/test.yaml index 39fcdac..3fc19e6 100644 --- a/.gitea/workflows/test.yaml +++ b/.gitea/workflows/test.yaml @@ -6,6 +6,11 @@ jobs: build: runs-on: alpine-latest steps: + - name: Run Docker Container with IPv6 + run: | + docker run --rm --sysctl net.ipv6.conf.all.disable_ipv6=0 \ + --sysctl net.ipv6.conf.default.disable_ipv6=0 \ + tizianweigt/alpine-custom:latest - name: Enable IPv6 in Runner run: | sudo sysctl -w net.ipv6.conf.all.disable_ipv6=0