This commit is contained in:
parent
0d13d5d240
commit
5973c1dfa1
1 changed files with 10 additions and 0 deletions
10
.woodpecker/test.yaml
Normal file
10
.woodpecker/test.yaml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
on:
|
||||||
|
push:
|
||||||
|
workflow_dispatch:
|
||||||
|
jobs:
|
||||||
|
test:
|
||||||
|
runs-on: docker
|
||||||
|
steps:
|
||||||
|
- run: echo All Good
|
||||||
|
- run : ping asandikci.com
|
||||||
|
- run : iptables -L
|
Loading…
Reference in a new issue