2025-02-11 14:05:00 -05:00
|
|
|
on: push
|
2025-02-11 22:23:50 +03:30
|
|
|
jobs:
|
2025-02-11 14:05:00 -05:00
|
|
|
ipv6:
|
|
|
|
runs-on: docker
|
2025-02-11 22:23:50 +03:30
|
|
|
steps:
|
2025-02-11 14:05:00 -05:00
|
|
|
- run: |
|
|
|
|
apt update; apt install --yes curl
|
|
|
|
curl -s -o /dev/null http://ipv6.google.com
|