This commit is contained in:
parent
3a84de38cb
commit
5c658db776
2 changed files with 17 additions and 0 deletions
14
.forgejo/workflows/ipv6test.yml
Normal file
14
.forgejo/workflows/ipv6test.yml
Normal file
|
@ -0,0 +1,14 @@
|
|||
---
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
workflow_dispatch:
|
||||
|
||||
jobs:
|
||||
ipv6:
|
||||
runs-on: docker
|
||||
steps:
|
||||
- run: |
|
||||
apt update; apt install --yes curl
|
||||
curl -s -o /dev/null https://ipv6.google.com
|
Loading…
Add table
Add a link
Reference in a new issue