This commit is contained in:
parent
ab1471344b
commit
b7958216d2
1 changed files with 6 additions and 11 deletions
|
@ -1,13 +1,8 @@
|
||||||
name: Hello World CI
|
on: push
|
||||||
|
|
||||||
on:
|
|
||||||
push:
|
|
||||||
branches:
|
|
||||||
- main
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
print-hello-world:
|
ipv6:
|
||||||
runs-on: alpine:latest
|
runs-on: docker
|
||||||
steps:
|
steps:
|
||||||
- name: Print Hello World
|
- run: |
|
||||||
run: echo "Hello, World!"
|
apt update; apt install --yes curl
|
||||||
|
curl -s -o /dev/null http://ipv6.google.com
|
Loading…
Add table
Reference in a new issue