Add Gitea runner test
This commit is contained in:
8
gitea-runner.yml
Normal file
8
gitea-runner.yml
Normal file
@@ -0,0 +1,8 @@
|
|||||||
|
jobs:
|
||||||
|
ipv6-test:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- name: IPv6 test
|
||||||
|
run: |
|
||||||
|
ping6 -c 3 google.com
|
||||||
|
ping6 -c 3 2a01:e0a:bfe:a8a0::205
|
||||||
Reference in New Issue
Block a user