Compare commits

...

2 commits

Author SHA1 Message Date
8666902557
Run inside docker
Some checks failed
/ ipv6 (push) Failing after 0s
2025-01-07 18:23:11 +01:00
669aea862a
Update spacing 2025-01-07 17:52:15 +01:00

View file

@ -6,9 +6,11 @@ on:
workflow_dispatch:
jobs:
ipv6:
runs-on: ubuntu-24.04
steps:
- run: |
apt update; apt install --yes curl
curl -s -o /dev/null https://ipv6.google.com
ipv6:
runs-on: docker
container:
image: ubuntu:24.04
steps:
- run: |
apt update; apt install --yes curl
curl -s -o /dev/null https://ipv6.google.com