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