Update .forgejo/workflows/demo.yaml
This commit is contained in:
parent
8c5af46476
commit
f23f1c1117
1 changed files with 5 additions and 5 deletions
|
@ -5,8 +5,8 @@ jobs:
|
||||||
test:
|
test:
|
||||||
runs-on: docker
|
runs-on: docker
|
||||||
container:
|
container:
|
||||||
image: alpine:3.19
|
image: alpine:3.19
|
||||||
steps:
|
steps:
|
||||||
- run: echo All Good
|
- run: echo All Good
|
||||||
- run : ping asandikci.com
|
- run : ping asandikci.com
|
||||||
- run : iptables -L
|
- run : iptables -L
|
Loading…
Reference in a new issue